Ignore the .phpunit.cache directory

This commit is contained in:
Oliver Davies 2024-07-30 20:23:53 +01:00
parent b76e48a122
commit 0104b10c22
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -6,5 +6,6 @@
/.direnv/
/.phpunit.cache/
/assets/node_modules/
/source/build/

View file

@ -13,5 +13,6 @@ flake:
git:
ignore:
- '/.phpunit.cache/'
- '/assets/node_modules/'
- '/source/build/'