mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/10255] Add leading slash in gitignore to only ignore specified files
PHPBB3-10255
This commit is contained in:
parent
e4707a8be7
commit
b7459cc5f7
1 changed files with 11 additions and 11 deletions
22
.gitignore
vendored
22
.gitignore
vendored
|
@ -1,12 +1,12 @@
|
|||
*~
|
||||
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/utf/data/*.txt
|
||||
/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/utf/data/*.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue