X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=blobdiff_plain;f=.gitignore;h=472c7ad94f5ba72c67aae69f4890ac12541dc1f6;hp=0bcbabb8c585339c0b8e197605a04b12e7c13b18;hb=0452e869ec0e3d336337f815da346346c860d914;hpb=9c09c253fea8d618f1be110677a1a9c76e3afdcd diff --git a/.gitignore b/.gitignore index 0bcbabb8..472c7ad9 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ /bin/* !/bin/console !/bin/symfony_requirements +.php_cs.cache # Parameters /app/config/parameters.yml @@ -22,11 +23,11 @@ # Assets and user uploads web/uploads/ -!web/bundles -web/bundles/* -!web/bundles/wallabagcore +/web/bundles/* +!/web/bundles/.gitkeep /web/assets/images/* !web/assets/images/.gitkeep +/web/wallassets/*.dev.js # Build /app/build @@ -55,3 +56,4 @@ app/Resources/build/ # Test-generated files admin-export.json specialexport.json +/data/site-credentials-secret-key.txt