Compare commits

...

4 Commits

Author SHA1 Message Date
Hilman
a20aed3f63
Merge 2c6e53ef53 into 57286c3887 2026-07-24 01:20:21 -04:00
Devin Dooley
57286c3887
Merge pull request #4873 from lissy93-forks/updates-laravel-phpcache-dir
Updates missing .phpunit.cache dir for newer laravel
2026-07-23 09:06:44 -07:00
Alicia Sykes
90db345f0d Updates missing .phpunit.cache dir for newer laravel 2026-06-07 21:00:00 +01:00
Hilman
2c6e53ef53
add eslint, swc and turborepo cache ignores 2025-12-23 17:23:13 +07:00
2 changed files with 7 additions and 0 deletions

View File

@ -21,6 +21,7 @@ Homestead.yaml
Homestead.json
/.vagrant
.phpunit.result.cache
/.phpunit.cache
/public/build
/storage/pail

View File

@ -34,3 +34,9 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
# cache
.cache
.eslintcache
.turbo
.swc