Skip to content

Commit f97411e

Browse files
committedOct 12, 2022
Only apps should have lockfiles
1 parent 3f51bef commit f97411e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎.gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1+
# gitignore
2+
13
node_modules
4+
5+
# Only apps should have lockfiles
6+
npm-shrinkwrap.json
7+
package-lock.json
8+
yarn.lock

0 commit comments

Comments
 (0)