Skip to content

Commit

Permalink
Merge pull request #859 from WordPress/feature/_gitignore-minor-tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera authored Jan 8, 2024
2 parents 3a35fa1 + c96e5e5 commit 2f6df31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ build/ghpages/vendor
.phpcs.xml
phpcs.xml

# Ignore PHPUnit results cache file.
# Ignore PHPUnit results cache file and local config overrides.
.phpunit.result.cache
phpunit.xml
phpunit10.xml

# Ignore temporary files for ghpages builds.
phpdoc.xml
Expand Down

0 comments on commit 2f6df31

Please sign in to comment.