X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitignore;h=84fb95d7e5471ecdd0db841ebcc7906fe53a41fe;hb=535bfcbe80de5d697b768c3a657214fdeff0eac3;hp=02e921f8d0accce39ad7aa53e1882a7ec588b3b0;hpb=ff1c7d16be07dd0749cf135ba6f633dafa78ba57;p=github%2Fwallabag%2Fwallabag.git diff --git a/.gitignore b/.gitignore index 02e921f8..84fb95d7 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 @@ -18,8 +21,12 @@ /vendor/ # Assets and user uploads -/web/bundles/ -/web/uploads/ +web/uploads/ +!web/bundles +web/bundles/* +!web/bundles/wallabagcore +/web/assets/images/* +!web/assets/images/.gitkeep # Build /app/build @@ -29,7 +36,6 @@ /composer.phar # Data for wallabag -data/assets/* data/db/wallabag*.sqlite # Docker container logs and data @@ -38,3 +44,10 @@ 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/ +bin +app/Resources/build/ +!/src/Wallabag/CoreBundle/Resources/public +/src/Wallabag/CoreBundle/Resources/public/*