diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2018-02-23 21:34:33 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2018-02-23 21:34:33 -0800 |
commit | 3bd22cc42c6abd9681fc025356607ca83c7dfd50 (patch) | |
tree | 90500d517f8e58e035acbf608562922cda38618b | |
parent | gitignore: force assets dir to be ignored. (diff) | |
download | tyrian-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-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |