.gitignore - ignore package-lock.json file

Ignore lock file of newer node versions
This commit is contained in:
Dariusz Rumiński
2017-12-02 20:36:36 +01:00
committed by GitHub
parent a0c013606e
commit aee62ff0af

1
.gitignore vendored
View File

@ -8,6 +8,7 @@ out/
log/*.log log/*.log
tmp/** tmp/**
node_modules/ node_modules/
package-lock.json
.sass-cache .sass-cache
css/reveal.min.css css/reveal.min.css
js/reveal.min.js js/reveal.min.js