mirror of
https://github.com/filamentphp/plugin-skeleton.git
synced 2025-12-06 21:48:53 +08:00
Merge pull request #74 from Abdulmajeed-Jamaan/add-.phpunit.cache-to-.gitignore
Add the directory `.phpunit.cache` to `.gitignore`
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,6 +1,7 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
.idea
|
.idea
|
||||||
.phpunit.result.cache
|
.phpunit.result.cache
|
||||||
|
.phpunit.cache
|
||||||
.vscode
|
.vscode
|
||||||
build
|
build
|
||||||
composer.lock
|
composer.lock
|
||||||
|
|||||||
Reference in New Issue
Block a user