X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitignore;h=32b0fbbb5db46047be70ff906dcfd8647dcaafb5;hb=7d9abd1ab5425626ce3b0b241f2f50879e109375;hp=e4979f3182f65a3140332e30f8a290485b0ae327;hpb=6ad93dff69d7c2beb2196e73f641e6484fccbeb7;p=github%2Fwallabag%2Fwallabag.git diff --git a/.gitignore b/.gitignore index e4979f31..32b0fbbb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,52 @@ -.DS_Store -.vagrant -app/assets/* -app/cache/* -vendor -composer.phar -db/poche.sqlite -app/config/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 + +# Parameters +/app/config/parameters.yml + +# Managed by Composer +/vendor/ + +# Assets and user uploads +web/uploads/ +!web/bundles +web/bundles/* +!web/bundles/wallabagcore + +# Build +/app/build +/build + +# Composer PHAR +/composer.phar + +# Data for wallabag +data/assets/* +data/db/wallabag*.sqlite + +# Docker container logs and data +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 +app/Resources/build/ +!/src/Wallabag/CoreBundle/Resources/public +/src/Wallabag/CoreBundle/Resources/public/*