Skip to content

Commit

Permalink
Ensure all lockfiles are gitignored.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 29, 2017
1 parent 106b5d1 commit 65550bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ node_modules
_book

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

packages/*/build/

0 comments on commit 65550bc

Please sign in to comment.