1
0
Fork 0
mirror of https://github.com/archtechx/enums.git synced 2025-12-12 15:34:04 +00:00

Add phpunit cache directory to .gitignore

This commit is contained in:
Mark 2024-12-29 07:07:05 +01:00
parent 25b8f405d5
commit e6f788fd9f
No known key found for this signature in database
GPG key ID: 79CFF7869BD39873

1
.gitignore vendored
View file

@ -5,5 +5,6 @@ vendor/
.php-cs-fixer.cache
.vscode/
.idea/
.phpunit.cache/
coverage/
node_modules