Skip to content

Commit

Permalink
Add package-lock.json to .gitignore
Browse files Browse the repository at this point in the history
This mirrors us ignoring the Gemfile.lock files, so that our tests
will run against the latest versions of their dependencies that match
the declared version constraints.
  • Loading branch information
rmacklin committed Feb 26, 2019
1 parent 6a2b4a8 commit a7bca10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
/spec/reports/
/tmp/
Gemfile.lock
package-lock.json
node_modules
test/test_apps/**/public/assets

0 comments on commit a7bca10

Please sign in to comment.