diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -25,6 +25,8 @@ web/uploads/ | |||
25 | !web/bundles | 25 | !web/bundles |
26 | web/bundles/* | 26 | web/bundles/* |
27 | !web/bundles/wallabagcore | 27 | !web/bundles/wallabagcore |
28 | /web/assets/images/* | ||
29 | !web/assets/images/.gitkeep | ||
28 | 30 | ||
29 | # Build | 31 | # Build |
30 | /app/build | 32 | /app/build |
@@ -34,7 +36,6 @@ web/bundles/* | |||
34 | /composer.phar | 36 | /composer.phar |
35 | 37 | ||
36 | # Data for wallabag | 38 | # Data for wallabag |
37 | data/assets/* | ||
38 | data/db/wallabag*.sqlite | 39 | data/db/wallabag*.sqlite |
39 | 40 | ||
40 | # Docker container logs and data | 41 | # Docker container logs and data |