diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-06-23 09:25:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-23 09:25:01 +0200 |
commit | 49e2854d5c15bbce3f24f91da34450e8f209295b (patch) | |
tree | f5aa95445549cc151e86f144b40464eecee28cf7 /.gitignore | |
parent | 4eaaa27bb5b9a5725b26471a39548d764fc9cd0a (diff) | |
parent | 496cfdc0172fd55cb555f74b64704c8f50c71b77 (diff) | |
download | wallabag-49e2854d5c15bbce3f24f91da34450e8f209295b.tar.gz wallabag-49e2854d5c15bbce3f24f91da34450e8f209295b.tar.zst wallabag-49e2854d5c15bbce3f24f91da34450e8f209295b.zip |
Merge pull request #2142 from wallabag/v2-use-npm
Manage assets through npm
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -38,3 +38,11 @@ docker/data/ | |||
38 | 38 | ||
39 | # To avoid crazy stuff on some PR, we must manually FORCE ADD IT on each new release | 39 | # To avoid crazy stuff on some PR, we must manually FORCE ADD IT on each new release |
40 | composer.lock | 40 | composer.lock |
41 | |||
42 | # assets stuff | ||
43 | /node_modules/ | ||
44 | !app/Resources/static/lib | ||
45 | app/Resources/static/lib/* | ||
46 | /bin | ||
47 | !/src/Wallabag/CoreBundle/Resources/public | ||
48 | /src/Wallabag/CoreBundle/Resources/public/* | ||