X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitignore;h=b6d6aa5d568f2cce10d5d206ccf2d8778280756a;hb=131eaa3e94ace8d75d6218e5c7c3aa58d5bb5009;hp=2abed7edb59fe5fb8a62f70d06ceff7fbb4ba428;hpb=01e671f4d1fc66696c3ab14c837be0dde8fd02ea;p=github%2Fwallabag%2Fwallabag.git diff --git a/.gitignore b/.gitignore index 2abed7ed..b6d6aa5d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,37 @@ -assets/* -cache/* -vendor -composer.phar -db/poche.sqlite -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/