aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-11-26 12:38:02 +0100
committerTristan Darricau <github@nicofuma.fr>2014-11-26 12:38:02 +0100
commit6a4179cef5830d69814fd1c557b8dbddff4cbfa7 (patch)
tree99cbc13cd3b6cbdd273c3efb092f1cc652c309e8
parentaa3a46a35f086fa3462c9a7b32da5dbad08aa350 (diff)
downloadforums-6a4179cef5830d69814fd1c557b8dbddff4cbfa7.tar
forums-6a4179cef5830d69814fd1c557b8dbddff4cbfa7.tar.gz
forums-6a4179cef5830d69814fd1c557b8dbddff4cbfa7.tar.bz2
forums-6a4179cef5830d69814fd1c557b8dbddff4cbfa7.tar.xz
forums-6a4179cef5830d69814fd1c557b8dbddff4cbfa7.zip
[ticket/13362] Fix cache paths in .gitignore
PHPBB3-13362
-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/*