Skip to content

Commit 393e6e5

Browse files
committed
ignore lockfiles in alaysis example projects
1 parent 66f79b9 commit 393e6e5

File tree

6 files changed

+5
-224
lines changed

6 files changed

+5
-224
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
lib
2-
.merlin
2+
.merlin
3+
package-lock.json

analysis/examples/example-project/package-lock.json

Lines changed: 0 additions & 16 deletions
This file was deleted.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/node_modules
2-
/lib
2+
/lib
3+
package-lock.json

analysis/examples/larger-project/package-lock.json

Lines changed: 0 additions & 192 deletions
This file was deleted.

analysis/examples/workspace-project/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ lib
2525
.merlin
2626
.bsb.lock
2727
/node_modules/
28+
package-lock.json

analysis/examples/workspace-project/package-lock.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)