Przeglądaj źródła

.gitignore - ignore package-lock.json file

Ignore lock file of newer node versions
Dariusz Rumiński 6 lat temu
rodzic
commit
aee62ff0af
1 zmienionych plików z 2 dodań i 1 usunięć
  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