]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .gitignore
manage assets through npm
[github/wallabag/wallabag.git] / .gitignore
index b6d6aa5d568f2cce10d5d206ccf2d8778280756a..5eca0e6b2f7f85e723397a01bcc95d6c7722fe00 100644 (file)
@@ -35,3 +35,14 @@ 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
+
+# assets stuff
+/node_modules/
+!app/Resources/static/lib
+app/Resources/static/lib/*
+/bin
+!/src/Wallabag/CoreBundle/Resources/public
+/src/Wallabag/CoreBundle/Resources/public/*