X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitignore;h=32b0fbbb5db46047be70ff906dcfd8647dcaafb5;hb=22ef6f96e26e8678399e2a53a7e45407ce5a1b1b;hp=02e921f8d0accce39ad7aa53e1882a7ec588b3b0;hpb=173629a4002de5091f41cad4891cca6c8490a7ca;p=github%2Fwallabag%2Fwallabag.git diff --git a/.gitignore b/.gitignore index 02e921f8..32b0fbbb 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,10 @@ /vendor/ # Assets and user uploads -/web/bundles/ -/web/uploads/ +web/uploads/ +!web/bundles +web/bundles/* +!web/bundles/wallabagcore # Build /app/build @@ -38,3 +43,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/*