From 32ee8955b2e3bb2b1e26c5f12b315c9a6c02cbcf Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Fri, 15 Oct 2010 18:08:43 +0200 Subject: [PATCH] [ticket/9848] Add avatars, attachments and store files to .gitignore. PHPBB3-9848 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b825007244..871d17b386 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ *~ phpBB/cache/*.php phpBB/config.php +phpBB/files/* +phpBB/images/avatars/upload/* +phpBB/store/* tests/phpbb_unit_tests.sqlite2 tests/test_config.php