X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitignore;h=797e0496cce0cc463d2e4c6354faf152c829233e;hb=139b9aeadcb9b45e48b11a302a9a04b978042876;hp=472c7ad94f5ba72c67aae69f4890ac12541dc1f6;hpb=b0f9e52b7ea00309ec3c2b9e468b07b9ffc3eb98;p=github%2Fwallabag%2Fwallabag.git diff --git a/.gitignore b/.gitignore index 472c7ad9..797e0496 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,7 @@ web/uploads/ # Build /app/build /build +/coverage # Composer PHAR /composer.phar @@ -43,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 @@ -57,3 +55,6 @@ app/Resources/build/ admin-export.json specialexport.json /data/site-credentials-secret-key.txt + +# Custom CSS file +web/custom.css