aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2014-11-26 13:37:02 +0100
committerMarc Alexander <admin@m-a-styles.de>2014-11-26 13:37:02 +0100
commitee90d227c2b041df85fbbdc9cd1f99b23a858687 (patch)
tree048e40fd107af2da635ed7ebaaf9fc0479aa1feb
parent51f46a8f91995e8a21cb0a38eacbe56d59578b14 (diff)
parent6a4179cef5830d69814fd1c557b8dbddff4cbfa7 (diff)
downloadforums-ee90d227c2b041df85fbbdc9cd1f99b23a858687.tar
forums-ee90d227c2b041df85fbbdc9cd1f99b23a858687.tar.gz
forums-ee90d227c2b041df85fbbdc9cd1f99b23a858687.tar.bz2
forums-ee90d227c2b041df85fbbdc9cd1f99b23a858687.tar.xz
forums-ee90d227c2b041df85fbbdc9cd1f99b23a858687.zip
Merge pull request #3187 from Nicofuma/ticket/13362
[ticket/13362] Fix cache paths in .gitignore
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 8a119e8d6e..2b2d8d0ac6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,8 @@
*~
/phpunit.xml
/phpBB/cache/*
-!/phpBB/.htaccess
-!/phpBB/index.html
+!/phpBB/cache/.htaccess
+!/phpBB/cache/index.html
/phpBB/composer.phar
/phpBB/config*.php
/phpBB/ext/*