Compare commits

...

4 Commits

Author SHA1 Message Date
Sagar
d6fe63f5a3
Merge 110d135b28 into 57286c3887 2026-07-24 01:20:58 -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
Sagar
110d135b28
Update Unity.gitignore
Add .idea/ to .gitignore

Rider generates project-specific configuration in .idea/ which is
machine-specific and not required for Unity builds.
2026-04-28 22:42:05 +05:30
2 changed files with 4 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

@ -37,6 +37,9 @@
# Visual Studio cache directory
.vs/
# Jetbrains Rider cache directory
.idea/
# Gradle cache directory
.gradle/