mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
* develop-olympus: [ticket/10255] Add leading slash in gitignore to only ignore specified files Conflicts: .gitignore
14 lines
262 B
Plaintext
14 lines
262 B
Plaintext
*~
|
|
/phpunit.xml
|
|
/phpBB/cache/*.php
|
|
/phpBB/cache/queue.php.lock
|
|
/phpBB/config.php
|
|
/phpBB/files/*
|
|
/phpBB/images/avatars/gallery/*
|
|
/phpBB/images/avatars/upload/*
|
|
/phpBB/store/*
|
|
/tests/phpbb_unit_tests.sqlite2
|
|
/tests/test_config.php
|
|
/tests/tmp
|
|
/tests/utf/data/*.txt
|