Skip to content

Commit 856797f

Browse files
committed
Apply fixed review coderabbitai nitpick comments.
1 parent 9c7e3a8 commit 856797f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.gitignore

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ code_coverage
44
# composer
55
composer.lock
66

7-
#copilot
8-
copilot
7+
# gitHub copilot config (if present)
8+
.copilot/
9+
.github/copilot/**
910

1011
#node_modules
1112
node_modules
@@ -14,8 +15,9 @@ node_modules
1415
.idea
1516

1617
# phpunit
17-
.phpunit.*
18-
phpunit.*
18+
.phpunit.cache
19+
.phpunit.result.cache
20+
phpunit.xml*
1921

2022
# vendor directory
2123
vendor

0 commit comments

Comments
 (0)