aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDariusz RumiƄski <dariusz.ruminski@gmail.com>2017-12-02 20:36:36 +0100
committerGitHub <noreply@github.com>2017-12-02 20:36:36 +0100
commitaee62ff0af8ec47853b972056fa5f389577a4d34 (patch)
treeb29e8aeece79c1bce812d15698c3326edf478ea9 /.gitignore
parenta0c013606e130baad976195730dcd7e7cd9e2855 (diff)
downloadperl-software-in-gnu-guix-aee62ff0af8ec47853b972056fa5f389577a4d34.tar
perl-software-in-gnu-guix-aee62ff0af8ec47853b972056fa5f389577a4d34.tar.gz
.gitignore - ignore package-lock.json file
Ignore lock file of newer node versions
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index e7b4f21..7d13714 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,6 +8,7 @@ out/
log/*.log
tmp/**
node_modules/
+package-lock.json
.sass-cache
css/reveal.min.css
-js/reveal.min.js \ No newline at end of file
+js/reveal.min.js