Skip to content

Commit f8e3dcb

Browse files
committed
chore: add build artifacts and PHPUnit cache to .gitignore
Ignore build/ directory (PHPStan cache and test reports) and .phpunit.cache/ directory to prevent build artifacts from being accidentally committed.
1 parent 8d9111c commit f8e3dcb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,12 @@ Thumbs.db
1515

1616
# Testing
1717
.phpunit.result.cache
18+
.phpunit.cache/
1819
.pest.xml
1920

21+
# Build artifacts
22+
/build/
23+
2024
# Local docs (keep these out)
2125
# RELEASE.md - internal release guide
2226
# TODO.md - internal notes

0 commit comments

Comments
 (0)