X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitignore;h=736ef852982243e6f6b31275d1ec6682cb79fe61;hb=refs%2Fheads%2Fnotifications;hp=b6d6aa5d568f2cce10d5d206ccf2d8778280756a;hpb=73cd160bfc6e4a1b88f2117eb0c097a91ac5c753;p=github%2Fwallabag%2Fwallabag.git diff --git a/.gitignore b/.gitignore index b6d6aa5d..736ef852 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,10 @@ /var/sessions/* !var/sessions/.gitkeep !var/SymfonyRequirements.php +/bin/* +!/bin/console +!/bin/symfony_requirements +.php_cs.cache # Parameters /app/config/parameters.yml @@ -18,8 +22,13 @@ /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 +web/bundles/wallabagcore/*.dev.js # Build /app/build @@ -29,9 +38,23 @@ /composer.phar # Data for wallabag -data/assets/* data/db/wallabag*.sqlite # Docker container logs and data docker/logs/ 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/* + +# Test-generated files +admin-export.json +specialexport.json +/data/site-credentials-secret-key.txt