diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -36,3 +36,13 @@ doc/html/ | |||
36 | tpl/* | 36 | tpl/* |
37 | !tpl/default | 37 | !tpl/default |
38 | !tpl/vintage | 38 | !tpl/vintage |
39 | |||
40 | # Front end | ||
41 | node_modules | ||
42 | tpl/default/js | ||
43 | tpl/default/css | ||
44 | tpl/default/fonts | ||
45 | tpl/default/img | ||
46 | tpl/vintage/js | ||
47 | tpl/vintage/css | ||
48 | tpl/vintage/img | ||