Skip to content

Commit 0c36380

Browse files
committed
Only apps should have lockfiles.
1 parent 8ff5b94 commit 0c36380

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# gitignore
2+
13
lib-cov
24
*.seed
35
*.log
@@ -15,3 +17,7 @@ build
1517
node_modules
1618
npm-debug.log
1719
sftp-config.json
20+
21+
# Only apps should have lockfiles
22+
yarn.lock
23+
package-lock.json

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

0 commit comments

Comments
 (0)