]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .gitignore
Merge pull request #2333 from wallabag/translation-german-for-2.1
[github/wallabag/wallabag.git] / .gitignore
index 02e921f8d0accce39ad7aa53e1882a7ec588b3b0..3b2dc462f6a12f63173bda028a5851e7ed5051eb 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
@@ -38,3 +41,11 @@ 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/
+!app/Resources/static/lib
+app/Resources/static/lib/*
+/bin
+!/src/Wallabag/CoreBundle/Resources/public
+/src/Wallabag/CoreBundle/Resources/public/*
\ No newline at end of file