]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .gitignore
Add basic docker-compose configuration
[github/wallabag/wallabag.git] / .gitignore
index 72e5ffadab53b7f67886f40eca3670cdfdb86f37..0495cb17d700e71fab70793fa84bc713f6de1107 100644 (file)
@@ -26,9 +26,9 @@
 /web/bundles/
 /web/uploads/
 
-# PHPUnit
-/app/phpunit.xml
-/phpunit.xml
+# Build
+/app/build
+/build
 
 # Composer PHAR
 /composer.phar
@@ -36,3 +36,6 @@
 # Data for wallabag
 data/assets/*
 data/db/wallabag*.sqlite
+
+# Docker container logs
+docker/logs/