Skip to content

Commit 2ebc273

Browse files
committed
fix(.gitignore): Correct order of PHPUnit entries and ensure proper file patterns are included.
1 parent ed8f5d8 commit 2ebc273

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ copilot
1515
.idea
1616

1717
# phpunit
18-
phpunit.phar
19-
.phpunit.result.cache
2018
.phpunit.cache
21-
phpunit.xlm
19+
.phpunit.result.cache
20+
phpunit.phar
21+
phpunit.xml.*
2222

2323
# vscode
2424
.vscode

0 commit comments

Comments
 (0)