X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=blobdiff_plain;f=.gitignore;h=472c7ad94f5ba72c67aae69f4890ac12541dc1f6;hp=736ef852982243e6f6b31275d1ec6682cb79fe61;hb=HEAD;hpb=f808b01692a835673f328d7221ba8c212caa9b61 diff --git a/.gitignore b/.gitignore index 736ef852..797e0496 100644 --- a/.gitignore +++ b/.gitignore @@ -23,16 +23,16 @@ # 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/bundles/wallabagcore/*.dev.js +/web/wallassets/*.dev.js # Build /app/build /build +/coverage # Composer PHAR /composer.phar @@ -44,9 +44,6 @@ data/db/wallabag*.sqlite 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 @@ -58,3 +55,6 @@ app/Resources/build/ admin-export.json specialexport.json /data/site-credentials-secret-key.txt + +# Custom CSS file +web/custom.css