mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/9848] Add avatars, attachments and store files to .gitignore.
PHPBB3-9848
This commit is contained in:
parent
b8f37a5024
commit
32ee8955b2
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue