Skip to content

Commit 2f6df31

Browse files
authored
Merge pull request #859 from WordPress/feature/_gitignore-minor-tweak
2 parents 3a35fa1 + c96e5e5 commit 2f6df31

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ build/ghpages/vendor
1111
.phpcs.xml
1212
phpcs.xml
1313

14-
# Ignore PHPUnit results cache file.
14+
# Ignore PHPUnit results cache file and local config overrides.
1515
.phpunit.result.cache
16+
phpunit.xml
17+
phpunit10.xml
1618

1719
# Ignore temporary files for ghpages builds.
1820
phpdoc.xml

0 commit comments

Comments
 (0)