Compare commits

...

4 Commits

Author SHA1 Message Date
yyh-gl
2b6b2f85df
Merge 553d473d3b into 57286c3887 2026-07-24 01:20:25 -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
yyh-gl
553d473d3b Add .gitignore for Supabase 2026-01-18 23:03:27 +09:00
2 changed files with 13 additions and 0 deletions

View File

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

12
Supabase.gitignore Normal file
View File

@ -0,0 +1,12 @@
# Referred to https://github.com/supabase/supabase/blob/8547b6f2335c5b8d534eaa223fdffdd7cd041714/.gitignore
# Ignore config directories for local
**/supabase/.branches
**/supabase/.temp
# Ignore signing key file for JWT
**/signing_key.json
# Include template .env file for docker-compose
!docker/supabase/.env
!docker/supabase-traefik/.env