Browse Source

gitignore: Ignore 'package-lock.json'

This file is installed by npm as of version 5 when running
"npm install"
pull/389/head
Leon Klingele 8 years ago
parent
commit
6071db0d64
No known key found for this signature in database GPG Key ID: 3E8EC5542D0D1913
  1. 3
      .gitignore

3
.gitignore

@ -1,6 +1,7 @@
# Exclude npm deps
# Exclude npm stuff
build
node_modules
package-lock.json
# Karma/jasmine coverage data
coverage

Loading…
Cancel
Save