We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5feefea commit 5ed97f5Copy full SHA for 5ed97f5
.gitignore
@@ -1,3 +1,4 @@
1
+# gitignore
2
.DS_Store
3
.monitor
4
.*.swp
@@ -14,3 +15,8 @@ compile
14
15
.lock-wscript
16
coverage
17
node_modules
18
+
19
+# Only apps should have lockfiles
20
+npm-shrinkwrap.json
21
+package-lock.json
22
+yarn.lock
.npmrc
@@ -0,0 +1 @@
+package-lock=false
0 commit comments