diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-11-26 12:38:02 +0100 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-11-26 12:38:02 +0100 |
commit | 6a4179cef5830d69814fd1c557b8dbddff4cbfa7 (patch) | |
tree | 99cbc13cd3b6cbdd273c3efb092f1cc652c309e8 | |
parent | aa3a46a35f086fa3462c9a7b32da5dbad08aa350 (diff) | |
download | forums-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-- | .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/* |