]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .gitignore
Force user-agent for .slashdot.org
[github/wallabag/wallabag.git] / .gitignore
index c2c0f763a7f6e4e8d0ef4fd5e6ff9db808f0daed..32b0fbbb5db46047be70ff906dcfd8647dcaafb5 100644 (file)
@@ -1,22 +1,52 @@
-/app/SymfonyRequirements.php
-/app/bootstrap.php.cache
-/app/check.php
-/app/cache/*
+# 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
-/app/logs/*
-!app/cache/.gitkeep
-!app/logs/.gitkeep
-.idea
-.DS_Store
-.vagrant
+
+# Managed by Composer
 /vendor/
 
-/bin/
-!bin/install
-!bin/test
-!bin/symfony
+# 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/poche.sqlite
+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
 
-/web/.htaccess
\ No newline at end of file
+# assets stuff
+node_modules/
+bin
+app/Resources/build/
+!/src/Wallabag/CoreBundle/Resources/public
+/src/Wallabag/CoreBundle/Resources/public/*