Skip to content

Commit 09951b4

Browse files
committed
Only apps should have lockfiles
1 parent 3b133fa commit 09951b4

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
HEAD
23
.cache
34
v*
@@ -15,3 +16,8 @@ npm-debug.log
1516
.DS_Store
1617
current
1718
default-packages
19+
20+
# Only apps should have lockfiles
21+
npm-shrinkwrap.json
22+
package-lock.json
23+
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)