X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitignore;h=9e793a54f1455b3ba4efdf2a2073ed6c879a4840;hb=c146f6940a176142084b4fc3c610d13aca60d90e;hp=02e921f8d0accce39ad7aa53e1882a7ec588b3b0;hpb=173629a4002de5091f41cad4891cca6c8490a7ca;p=github%2Fwallabag%2Fwallabag.git diff --git a/.gitignore b/.gitignore index 02e921f8..9e793a54 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,15 @@ 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/* + +# PHPStorm +.idea/ +