X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitignore;h=fb51034e28110d62921deddf00cbacaf6eb85358;hb=2c61db30b737685ae9102ec10f2371778fb13f1a;hp=f88370d78d5e7f65bb4f0449054cffab45d9bc86;hpb=1d41effebc613b91bb84404711fb555f050a1700;p=github%2Fwallabag%2Fwallabag.git diff --git a/.gitignore b/.gitignore index f88370d7..fb51034e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,25 +1,23 @@ -# 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 +/bin/* +!/bin/console +!/bin/symfony_requirements # 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 @@ -40,3 +38,14 @@ 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/*