Skip to content

Commit 5ed97f5

Browse files
committed
Only apps should have lockfiles
1 parent 5feefea commit 5ed97f5

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# gitignore
12
.DS_Store
23
.monitor
34
.*.swp
@@ -14,3 +15,8 @@ compile
1415
.lock-wscript
1516
coverage
1617
node_modules
18+
19+
# Only apps should have lockfiles
20+
npm-shrinkwrap.json
21+
package-lock.json
22+
yarn.lock

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

0 commit comments

Comments
 (0)