summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2017-12-01 15:03:40 -0800
committerFrédéric Guillot <fred@kanboard.net>2017-12-01 15:03:40 -0800
commit23e0b63754b1a69d198e97b26474cf08be9cda64 (patch)
tree7c3be1eabb8587af7c52da93251e76c0d754cc6f /.gitignore
parent69d233eaa079e54dd9653d7b777c9397d138e000 (diff)
.gitignore was ignoring too many files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index d4975f31..86389fa6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,10 +15,10 @@ Thumbs.db
*.out
*.log
.vagrant
-config.php
data/files
data/cache
*.bak
-!docker/kanboard/config.php
+/config.php
+!docker/var/wwww/app/config.php
node_modules
bower_components