Browse Source

.gitignore - ignore package-lock.json file

Ignore lock file of newer node versions
Dariusz Rumiński 6 năm trước cách đây
mục cha
commit
aee62ff0af
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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