X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitignore;h=fb51034e28110d62921deddf00cbacaf6eb85358;hb=267b9d62dcefb79e16a6247d18e56465ccafdc8c;hp=b6d6aa5d568f2cce10d5d206ccf2d8778280756a;hpb=73cd160bfc6e4a1b88f2117eb0c097a91ac5c753;p=github%2Fwallabag%2Fwallabag.git diff --git a/.gitignore b/.gitignore index b6d6aa5d..fb51034e 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,9 @@ /var/sessions/* !var/sessions/.gitkeep !var/SymfonyRequirements.php +/bin/* +!/bin/console +!/bin/symfony_requirements # Parameters /app/config/parameters.yml @@ -35,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/*