]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .gitignore
Fix documentation wording for matches/notmatches tagging rules
[github/wallabag/wallabag.git] / .gitignore
index db9ed4488a8eff1a28a75a1f0b5872ef9d151e92..472c7ad94f5ba72c67aae69f4890ac12541dc1f6 100644 (file)
@@ -1,22 +1,59 @@
-/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
+.php_cs.cache
+
+# Parameters
 /app/config/parameters.yml
-/app/logs/*
-!app/cache/.gitkeep
-!app/logs/.gitkeep
-.idea
-.DS_Store
-.vagrant
+
+# Managed by Composer
 /vendor/
-app/db/poche.sqlite
 
-/bin/
-!bin/install
-!bin/test
-!bin/symfony
+# 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
+
+# Composer PHAR
+/composer.phar
+
+# Data for wallabag
+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
 
-/data/*
+# assets stuff
+node_modules/
+bin
+app/Resources/build/
+!/src/Wallabag/CoreBundle/Resources/public
+/src/Wallabag/CoreBundle/Resources/public/*
 
-/web/.htaccess
\ No newline at end of file
+# Test-generated files
+admin-export.json
+specialexport.json
+/data/site-credentials-secret-key.txt