aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2018-02-23 21:34:33 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2018-02-23 21:34:33 -0800
commit3bd22cc42c6abd9681fc025356607ca83c7dfd50 (patch)
tree90500d517f8e58e035acbf608562922cda38618b
parentgitignore: force assets dir to be ignored. (diff)
downloadtyrian-theme-3bd22cc42c6abd9681fc025356607ca83c7dfd50.tar.gz
tyrian-theme-3bd22cc42c6abd9681fc025356607ca83c7dfd50.tar.bz2
tyrian-theme-3bd22cc42c6abd9681fc025356607ca83c7dfd50.zip
gitignore: ignore package-lock.json for dynamic content.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5fed454..443d2bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,7 @@
.DS_Store
node_modules
assets/*
+
+# Ignore these due to dynamic build process
+/package-lock.json
+/sources/css/tyrian/package-lock.json