X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=blobdiff_plain;f=.gitignore;h=472c7ad94f5ba72c67aae69f4890ac12541dc1f6;hp=fb51034e28110d62921deddf00cbacaf6eb85358;hb=0452e869ec0e3d336337f815da346346c860d914;hpb=79efca1e6ff28362d4bd2713f68205294cdd07de diff --git a/.gitignore b/.gitignore index fb51034e..472c7ad9 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ /bin/* !/bin/console !/bin/symfony_requirements +.php_cs.cache # Parameters /app/config/parameters.yml @@ -21,8 +22,12 @@ /vendor/ # Assets and user uploads -/web/bundles/ -/web/uploads/ +web/uploads/ +/web/bundles/* +!/web/bundles/.gitkeep +/web/assets/images/* +!web/assets/images/.gitkeep +/web/wallassets/*.dev.js # Build /app/build @@ -32,7 +37,6 @@ /composer.phar # Data for wallabag -data/assets/* data/db/wallabag*.sqlite # Docker container logs and data @@ -43,9 +47,13 @@ docker/data/ composer.lock # assets stuff -/node_modules/ -!app/Resources/static/lib -app/Resources/static/lib/* -/bin +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