X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitignore;h=5eca0e6b2f7f85e723397a01bcc95d6c7722fe00;hb=a15022db96fb031f7a9bccbdcc9420a8ca94174c;hp=9bde27dbcd771209c81325f55632c3696286d70e;hpb=73b774438395d0ed74d0fd863194d2ebfb68d9ce;p=github%2Fwallabag%2Fwallabag.git diff --git a/.gitignore b/.gitignore index 9bde27db..5eca0e6b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,25 +1,20 @@ -# Cache and logs (Symfony2) -/app/cache/* -/app/logs/* -!app/cache/.gitkeep -!app/logs/.gitkeep - -# Cache and logs (Symfony3) +# Cache, logs & sessions +/var/* +!/var/cache /var/cache/* -/var/logs/* !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 -/app/config/parameters.ini # Managed by Composer -/app/bootstrap.php.cache -/var/bootstrap.php.cache -/bin/* -!bin/console -!bin/symfony_requirements /vendor/ # Assets and user uploads @@ -36,3 +31,18 @@ # 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 + +# assets stuff +/node_modules/ +!app/Resources/static/lib +app/Resources/static/lib/* +/bin +!/src/Wallabag/CoreBundle/Resources/public +/src/Wallabag/CoreBundle/Resources/public/*