]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .gitignore
Use created_at as default sort
[github/wallabag/wallabag.git] / .gitignore
index f596c7b8fb9d6562ec0baa1a1b76f580308451ec..32b0fbbb5db46047be70ff906dcfd8647dcaafb5 100644 (file)
 /vendor/
 
 # Assets and user uploads
-/web/bundles/
-/web/uploads/
+web/uploads/
+!web/bundles
+web/bundles/*
+!web/bundles/wallabagcore
 
 # Build
 /app/build
@@ -41,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/*