diff options
author | ArthurHoaro <arthur@hoa.ro> | 2018-02-24 18:37:57 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2018-03-28 19:04:40 +0200 |
commit | 47978e8772d9ac355c76f6ccd6fc59394bc7c301 (patch) | |
tree | 0f53953801fc2f36b359663777685dd1cb946c96 /.gitignore | |
parent | 7e9bd977eec3c996119626a4bb2828fc08979db8 (diff) | |
download | Shaarli-47978e8772d9ac355c76f6ccd6fc59394bc7c301.tar.gz Shaarli-47978e8772d9ac355c76f6ccd6fc59394bc7c301.tar.zst Shaarli-47978e8772d9ac355c76f6ccd6fc59394bc7c301.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 | ||