From 553d473d3bc0e3d7821f6fe8f002a6d7af4845fb Mon Sep 17 00:00:00 2001 From: yyh-gl Date: Sun, 18 Jan 2026 23:03:27 +0900 Subject: [PATCH] Add .gitignore for Supabase --- Supabase.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Supabase.gitignore diff --git a/Supabase.gitignore b/Supabase.gitignore new file mode 100644 index 0000000000..f66edbcfa8 --- /dev/null +++ b/Supabase.gitignore @@ -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