Skip to content

Commit

Permalink
chore: add package-lock.json to .gitignore
Browse files Browse the repository at this point in the history
It is better if CITGM is always tested with the latest version of its
dependencies.

Closes: #451
  • Loading branch information
targos authored and MylesBorins committed Jul 13, 2017
1 parent 31ccf47 commit dc2bea1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,3 +3,4 @@ test/scaffold/*/node_modules
test/.*
coverage/
.nyc_output/
package-lock.json

0 comments on commit dc2bea1

Please sign in to comment.