diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -21,8 +21,10 @@ | |||
21 | /vendor/ | 21 | /vendor/ |
22 | 22 | ||
23 | # Assets and user uploads | 23 | # Assets and user uploads |
24 | /web/bundles/ | 24 | web/uploads/ |
25 | /web/uploads/ | 25 | !web/bundles |
26 | web/bundles/* | ||
27 | !web/bundles/wallabagcore | ||
26 | 28 | ||
27 | # Build | 29 | # Build |
28 | /app/build | 30 | /app/build |
@@ -41,3 +43,10 @@ docker/data/ | |||
41 | 43 | ||
42 | # To avoid crazy stuff on some PR, we must manually FORCE ADD IT on each new release | 44 | # To avoid crazy stuff on some PR, we must manually FORCE ADD IT on each new release |
43 | composer.lock | 45 | composer.lock |
46 | |||
47 | # assets stuff | ||
48 | node_modules/ | ||
49 | bin | ||
50 | app/Resources/build/ | ||
51 | !/src/Wallabag/CoreBundle/Resources/public | ||
52 | /src/Wallabag/CoreBundle/Resources/public/* | ||