Skip to content

Commit

Permalink
chore: ignore root package-lock.json
Browse files Browse the repository at this point in the history
A change to the gitignore started picking up the package-lock.json
again; this patch re-ignores it.
  • Loading branch information
robcresswell committed Dec 12, 2018
1 parent b663d04 commit 0e82f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -7,4 +7,4 @@ local.log
tmp
.DS_Store
package-lock.json
!**/package-lock.json
!/test/fixtures/**/package-lock.json

0 comments on commit 0e82f9c

Please sign in to comment.