Compare commits

...

4 Commits

Author SHA1 Message Date
alberic89
684b4bcfbd
Merge 12a866c6b9 into 57286c3887 2026-07-24 01:20:29 -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
alberic89
12a866c6b9
Update Zig.gitignore by adding zig-pgk/
As announced in the devlog https://ziglang.org/devlog/2026/#2026-02-06 all dependencies will now be fetched in the `zig-pgk` directory.
Unless you have a specific reason to include them in your source code, they should be ignored.
2026-02-23 17:31:27 +01:00
2 changed files with 2 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

@ -1,3 +1,4 @@
.zig-cache/
zig-out/
zig-pkg/
*.o