Selaa lähdekoodia

.gitignore - ignore package-lock.json file

Ignore lock file of newer node versions
Dariusz Rumiński 6 vuotta sitten
vanhempi
commit
aee62ff0af
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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