1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-07-31 20:00:28 +02:00

.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
tmp/**
node_modules/
package-lock.json
.sass-cache
css/reveal.min.css
js/reveal.min.js