aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorPaulino Michelazzo <paulino@michelazzo.com.br>2016-10-18 22:48:23 +0200
committerPaulino Michelazzo <paulino@michelazzo.com.br>2016-10-18 22:48:23 +0200
commit99731f0bb1f6fd2815eeb9af504ce86df927657b (patch)
treeb080efc608d2bbd52b77a4a0067402007f50c5a8 /.gitignore
parent3a3c6b866b52721431bed22426d9abfcd0d2dfe0 (diff)
parent7180aaed45dce62e40620a9e4b202526ebd6a3bb (diff)
downloadwallabag-99731f0bb1f6fd2815eeb9af504ce86df927657b.tar.gz
wallabag-99731f0bb1f6fd2815eeb9af504ce86df927657b.tar.zst
wallabag-99731f0bb1f6fd2815eeb9af504ce86df927657b.zip
Merge remote-tracking branch 'wallabag/master'
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore13
1 files changed, 11 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index f596c7b8..32b0fbbb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,8 +21,10 @@
21/vendor/ 21/vendor/
22 22
23# Assets and user uploads 23# Assets and user uploads
24/web/bundles/ 24web/uploads/
25/web/uploads/ 25!web/bundles
26web/bundles/*
27!web/bundles/wallabagcore
26 28
27# Build 29# Build
28/app/build 30/app/build
@@ -41,3 +43,10 @@ docker/data/
41 43
42# To avoid crazy stuff on some PR, we must manually FORCE ADD IT on each new release 44# To avoid crazy stuff on some PR, we must manually FORCE ADD IT on each new release
43composer.lock 45composer.lock
46
47# assets stuff
48node_modules/
49bin
50app/Resources/build/
51!/src/Wallabag/CoreBundle/Resources/public
52/src/Wallabag/CoreBundle/Resources/public/*