Compare commits

...

5 Commits

Author SHA1 Message Date
yyh-gl
a515188372
Merge 553d473d3b into c677dd99d4 2026-04-08 13:01:25 +00:00
Devin Dooley
c677dd99d4
Merge pull request #4834 from wispgitgecko9/patch-2
Update macOS.gitignore
2026-04-07 20:04:22 -07:00
Devin Dooley
a78658650d
Revert change to Icon rule 2026-04-07 20:02:07 -07:00
WiSP
6a7b122e75
Update macOS.gitignore
Added .localized file to the gitignore.
2026-04-03 21:59:36 -05: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

@ -1,5 +1,6 @@
# General
.DS_Store
.localized
__MACOSX/
.AppleDouble
.LSOverride

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