aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 02e921f8..5eca0e6b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,3 +38,11 @@ docker/data/
38 38
39# To avoid crazy stuff on some PR, we must manually FORCE ADD IT on each new release 39# To avoid crazy stuff on some PR, we must manually FORCE ADD IT on each new release
40composer.lock 40composer.lock
41
42# assets stuff
43/node_modules/
44!app/Resources/static/lib
45app/Resources/static/lib/*
46/bin
47!/src/Wallabag/CoreBundle/Resources/public
48/src/Wallabag/CoreBundle/Resources/public/*