X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitignore;h=3b2dc462f6a12f63173bda028a5851e7ed5051eb;hb=0113e2af1febccea96afe512d04eca97f63a7e22;hp=02e921f8d0accce39ad7aa53e1882a7ec588b3b0;hpb=ff1c7d16be07dd0749cf135ba6f633dafa78ba57;p=github%2Fwallabag%2Fwallabag.git diff --git a/.gitignore b/.gitignore index 02e921f8..3b2dc462 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/* \ No newline at end of file