diff options
author | Marc Alexander <admin@m-a-styles.de> | 2014-11-26 13:37:02 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2014-11-26 13:37:02 +0100 |
commit | ee90d227c2b041df85fbbdc9cd1f99b23a858687 (patch) | |
tree | 048e40fd107af2da635ed7ebaaf9fc0479aa1feb | |
parent | 51f46a8f91995e8a21cb0a38eacbe56d59578b14 (diff) | |
parent | 6a4179cef5830d69814fd1c557b8dbddff4cbfa7 (diff) | |
download | forums-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-- | .gitignore | 4 |
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/* |