diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-11-03 16:22:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-03 16:22:07 +0100 |
commit | da4136557963018287cae61226e9006c3c741747 (patch) | |
tree | 6bf23c0d32f3780843798ae47c65377ae1ff961a /.gitignore | |
parent | 816c0940d142f8ec69bdd3f302c9751033cce7e2 (diff) | |
parent | ca08d02f2f17c0e4ec0152a701c540f62713a428 (diff) | |
download | wallabag-da4136557963018287cae61226e9006c3c741747.tar.gz wallabag-da4136557963018287cae61226e9006c3c741747.tar.zst wallabag-da4136557963018287cae61226e9006c3c741747.zip |
Merge pull request #2180 from wallabag/download-pictures
Download pictures
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 |