X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitignore;h=02e921f8d0accce39ad7aa53e1882a7ec588b3b0;hb=6432b9277ed5dcf269590e421bd0aac4ad66f09c;hp=b73c4b400f41d8be0e926b9b52f8616b8033b4b7;hpb=00dbaf90bc44ef3ed0abaebb15307756e054a027;p=github%2Fwallabag%2Fwallabag.git diff --git a/.gitignore b/.gitignore index b73c4b40..02e921f8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,40 @@ -assets/* -cache/* -vendor -composer.phar -db/poche.sqlite -output -phpdoc* -inc/poche/config.inc.php \ No newline at end of file +# Cache, logs & sessions +/var/* +!/var/cache +/var/cache/* +!var/cache/.gitkeep +!/var/logs +/var/logs/* +!var/logs/.gitkeep +!/var/sessions +/var/sessions/* +!var/sessions/.gitkeep +!var/SymfonyRequirements.php + +# Parameters +/app/config/parameters.yml + +# Managed by Composer +/vendor/ + +# Assets and user uploads +/web/bundles/ +/web/uploads/ + +# Build +/app/build +/build + +# Composer PHAR +/composer.phar + +# Data for wallabag +data/assets/* +data/db/wallabag*.sqlite + +# Docker container logs and data +docker/logs/ +docker/data/ + +# To avoid crazy stuff on some PR, we must manually FORCE ADD IT on each new release +composer.lock