X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitignore;h=02e921f8d0accce39ad7aa53e1882a7ec588b3b0;hb=173629a4002de5091f41cad4891cca6c8490a7ca;hp=aec2e3ef5bb3f144d0b6864493901c7675c1e665;hpb=0d67b00d5d3b7ce1b76b639dcc65c415a5f13439;p=github%2Fwallabag%2Fwallabag.git diff --git a/.gitignore b/.gitignore index aec2e3ef..02e921f8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,40 @@ -assets/* -cache/* -vendor -composer.phar -db/poche.sqlite -inc/poche/config.inc.php -inc/3rdparty/htmlpurifier/HTMLPurifier/DefinitionCache/Serializer/ \ 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