mirror of
https://github.com/archtechx/enums.git
synced 2025-12-12 15:54:04 +00:00
Add phpunit cache directory to .gitignore
This commit is contained in:
parent
25b8f405d5
commit
e6f788fd9f
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -5,5 +5,6 @@ vendor/
|
||||||
.php-cs-fixer.cache
|
.php-cs-fixer.cache
|
||||||
.vscode/
|
.vscode/
|
||||||
.idea/
|
.idea/
|
||||||
|
.phpunit.cache/
|
||||||
coverage/
|
coverage/
|
||||||
node_modules
|
node_modules
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue