]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .gitignore
Chrome extension URL updated
[github/wallabag/wallabag.git] / .gitignore
index 0beb08c14e5efd7fe166be37c1b275d43bc42e39..f596c7b8fb9d6562ec0baa1a1b76f580308451ec 100644 (file)
@@ -1,24 +1,43 @@
-/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/bundles/
+/web/uploads/
+
+# Build
+/app/build
+/build
+
+# Composer PHAR
+/composer.phar
 
+# Data for wallabag
 data/assets/*
-data/db/poche.sqlite
+data/db/wallabag*.sqlite
 
-/web/.htaccess
+# Docker container logs and data
+docker/logs/
+docker/data/
 
-!.gitignore
\ No newline at end of file
+# To avoid crazy stuff on some PR, we must manually FORCE ADD IT on each new release
+composer.lock