Skip to content

Commit

Permalink
Remove phpunit cache
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni committed Oct 11, 2023
1 parent 88924d4 commit ffde8f0
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 28 deletions.
25 changes: 13 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
composer.lock
vendor
target
phpunit.xml
**/auth.json
**/.vagrant
**/nbproject
**/.idea
**/.DS_Store
**/*.bak
**/*.tmp
**/.#*
**/.DS_Store
**/._*
**/*.tmp
**/*.bak
.phpunit.result.cache
**/.idea
**/.vagrant
**/auth.json
**/nbproject
.phpdoc
.phpunit.cache
.phpunit.result.cache
composer.lock
phpunit.xml
target
vendor

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit ffde8f0

Please sign in to comment.