X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitignore;h=fb51034e28110d62921deddf00cbacaf6eb85358;hb=4da01f492b20312461d3f4f612a98e3b52c76fa9;hp=02e921f8d0accce39ad7aa53e1882a7ec588b3b0;hpb=173629a4002de5091f41cad4891cca6c8490a7ca;p=github%2Fwallabag%2Fwallabag.git diff --git a/.gitignore b/.gitignore index 02e921f8..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 @@ -38,3 +41,11 @@ 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/*