diff options
author | ArthurHoaro <arthur@hoa.ro> | 2018-02-24 18:37:57 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2018-03-26 19:29:44 +0200 |
commit | 7ff458bc437077ca0da372513b6f06e1be83ee83 (patch) | |
tree | 73dfa796776fbd631c86678cf828cdf7592b5c2f /.gitignore | |
parent | 758fe7201eec7a8894eb473377ae18e9ebaf12ac (diff) | |
download | Shaarli-7ff458bc437077ca0da372513b6f06e1be83ee83.tar.gz Shaarli-7ff458bc437077ca0da372513b6f06e1be83ee83.tar.zst Shaarli-7ff458bc437077ca0da372513b6f06e1be83ee83.zip |
Webpack / Configure webpack, ESLint, Travis, Makefile, npm/yarn and git
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 | ||