mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 22:38:52 +00:00
Merge branch 'ticket/bantu/9848' into develop-olympus
* ticket/bantu/9848: [ticket/9848] Add avatars, attachments and store files to .gitignore.
This commit is contained in:
commit
642f940bc8
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,5 +1,8 @@
|
||||||
*~
|
*~
|
||||||
phpBB/cache/*.php
|
phpBB/cache/*.php
|
||||||
phpBB/config.php
|
phpBB/config.php
|
||||||
|
phpBB/files/*
|
||||||
|
phpBB/images/avatars/upload/*
|
||||||
|
phpBB/store/*
|
||||||
tests/phpbb_unit_tests.sqlite2
|
tests/phpbb_unit_tests.sqlite2
|
||||||
tests/test_config.php
|
tests/test_config.php
|
||||||
|
|
Loading…
Add table
Reference in a new issue