Skip to content

Commit

Permalink
Only apps should have lockfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 12, 2022
1 parent 3f51bef commit f97411e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
@@ -1 +1,8 @@
# gitignore

node_modules

# Only apps should have lockfiles
npm-shrinkwrap.json
package-lock.json
yarn.lock

0 comments on commit f97411e

Please sign in to comment.