]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .gitignore
fix #2582 - Nginx config: disable all other PHP file from symphony
[github/wallabag/wallabag.git] / .gitignore
index 02e921f8d0accce39ad7aa53e1882a7ec588b3b0..32b0fbbb5db46047be70ff906dcfd8647dcaafb5 100644 (file)
@@ -10,6 +10,9 @@
 /var/sessions/*
 !var/sessions/.gitkeep
 !var/SymfonyRequirements.php
+/bin/*
+!/bin/console
+!/bin/symfony_requirements
 
 # Parameters
 /app/config/parameters.yml
 /vendor/
 
 # Assets and user uploads
-/web/bundles/
-/web/uploads/
+web/uploads/
+!web/bundles
+web/bundles/*
+!web/bundles/wallabagcore
 
 # Build
 /app/build
@@ -38,3 +43,10 @@ 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/*