diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-11-25 22:45:23 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-11-25 22:45:23 +0100 |
commit | 2e7ae40d49f0f422dd8af56e6a46b26cbd7995ca (patch) | |
tree | 93d6151d1973532cf37a7066ae9078a0a137615f | |
parent | f4898b9258c8365f3aae7fc945c3f156ec9f0ad4 (diff) | |
parent | f46057ca027d097854a1bf76004d5e57dcb513b9 (diff) | |
download | forums-2e7ae40d49f0f422dd8af56e6a46b26cbd7995ca.tar forums-2e7ae40d49f0f422dd8af56e6a46b26cbd7995ca.tar.gz forums-2e7ae40d49f0f422dd8af56e6a46b26cbd7995ca.tar.bz2 forums-2e7ae40d49f0f422dd8af56e6a46b26cbd7995ca.tar.xz forums-2e7ae40d49f0f422dd8af56e6a46b26cbd7995ca.zip |
Merge pull request #3183 from Nicofuma/ticket/13362
[ticket/13362] Ignore the whole cache directory in git
-rw-r--r-- | .gitignore | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index ab6b4aa7ee..8a119e8d6e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,8 @@ *~ /phpunit.xml -/phpBB/cache/twig/* -/phpBB/cache/*.html -/phpBB/cache/*.php -/phpBB/cache/*.lock +/phpBB/cache/* +!/phpBB/.htaccess +!/phpBB/index.html /phpBB/composer.phar /phpBB/config*.php /phpBB/ext/* |