X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitignore;h=472c7ad94f5ba72c67aae69f4890ac12541dc1f6;hb=HEAD;hp=2abed7edb59fe5fb8a62f70d06ceff7fbb4ba428;hpb=34bf601a56385f55b486b8d1fbd81026c1d471e2;p=github%2Fwallabag%2Fwallabag.git diff --git a/.gitignore b/.gitignore index 2abed7ed..797e0496 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,60 @@ -assets/* -cache/* -vendor -composer.phar -db/poche.sqlite -inc/poche/config.inc.php \ No newline at end of file +# Cache, logs & sessions +/var/* +!/var/cache +/var/cache/* +!var/cache/.gitkeep +!/var/logs +/var/logs/* +!var/logs/.gitkeep +!/var/sessions +/var/sessions/* +!var/sessions/.gitkeep +!var/SymfonyRequirements.php +/bin/* +!/bin/console +!/bin/symfony_requirements +.php_cs.cache + +# Parameters +/app/config/parameters.yml + +# Managed by Composer +/vendor/ + +# Assets and user uploads +web/uploads/ +/web/bundles/* +!/web/bundles/.gitkeep +/web/assets/images/* +!web/assets/images/.gitkeep +/web/wallassets/*.dev.js + +# Build +/app/build +/build +/coverage + +# Composer PHAR +/composer.phar + +# Data for wallabag +data/db/wallabag*.sqlite + +# Docker container logs and data +docker/logs/ +docker/data/ + +# 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 + +# Custom CSS file +web/custom.css