Skip to content

Commit

Permalink
add package-lock.json to .gitignore to avoid merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
scottleibrand committed Oct 15, 2017
1 parent 4ba9b3e commit ec25130
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
bower_components/
node_modules/

package-lock.json

bundle/bundle.out.js

Expand All @@ -22,4 +23,4 @@ coverage/
npm-debug.log
*.heapsnapshot

/tmp
/tmp

0 comments on commit ec25130

Please sign in to comment.