Skip to content

Commit cd55270

Browse files
committed
Only apps should have lockfiles
1 parent f392fea commit cd55270

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1+
# gitignore
12
node_modules
23
.DS_Store
34
npm-debug.log
4-
.jshintrc
5+
6+
# Only apps should have lockfiles
7+
npm-shrinkwrap.json
8+
package-lock.json
9+
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)