diff options
author | Fabien MEURILLON <fabien@meurillon.org> | 2016-01-09 14:47:32 +0100 |
---|---|---|
committer | Fabien MEURILLON <fabien@meurillon.org> | 2016-01-10 14:41:42 +0100 |
commit | 540ef5e084db2295d7ca476c980ec10fb90e9722 (patch) | |
tree | 41cad93a774eb342abf81ba4cf1cbf6d803b9d2b /.gitignore | |
parent | 5ad863c63a023d754998a08ec55f43b3ebe2ede9 (diff) | |
download | wallabag-540ef5e084db2295d7ca476c980ec10fb90e9722.tar.gz wallabag-540ef5e084db2295d7ca476c980ec10fb90e9722.tar.zst wallabag-540ef5e084db2295d7ca476c980ec10fb90e9722.zip |
Add basic docker-compose configuration
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -36,3 +36,6 @@ | |||
36 | # Data for wallabag | 36 | # Data for wallabag |
37 | data/assets/* | 37 | data/assets/* |
38 | data/db/wallabag*.sqlite | 38 | data/db/wallabag*.sqlite |
39 | |||
40 | # Docker container logs | ||
41 | docker/logs/ | ||