mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-26 04:55:12 +02:00
Merge remote-tracking branch 'nickvergessen/ticket/10255' into develop-olympus
* nickvergessen/ticket/10255: [ticket/10255] Add leading slash in gitignore to only ignore specified files
This commit is contained in:
22
.gitignore
vendored
22
.gitignore
vendored
@ -1,12 +1,12 @@
|
|||||||
*~
|
*~
|
||||||
phpunit.xml
|
/phpunit.xml
|
||||||
phpBB/cache/*.php
|
/phpBB/cache/*.php
|
||||||
phpBB/cache/queue.php.lock
|
/phpBB/cache/queue.php.lock
|
||||||
phpBB/config.php
|
/phpBB/config.php
|
||||||
phpBB/files/*
|
/phpBB/files/*
|
||||||
phpBB/images/avatars/gallery/*
|
/phpBB/images/avatars/gallery/*
|
||||||
phpBB/images/avatars/upload/*
|
/phpBB/images/avatars/upload/*
|
||||||
phpBB/store/*
|
/phpBB/store/*
|
||||||
tests/phpbb_unit_tests.sqlite2
|
/tests/phpbb_unit_tests.sqlite2
|
||||||
tests/test_config.php
|
/tests/test_config.php
|
||||||
tests/utf/data/*.txt
|
/tests/utf/data/*.txt
|
||||||
|
Reference in New Issue
Block a user