Browse Source

.gitignore - ignore package-lock.json file

Ignore lock file of newer node versions
Dariusz Rumiński 6 years ago
parent
commit
aee62ff0af
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .gitignore

+ 2 - 1
.gitignore

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