Merge 553d473d3b into 53fee13f20
This commit is contained in:
commit
cfbad89da5
1 changed files with 12 additions and 0 deletions
12
Supabase.gitignore
Normal file
12
Supabase.gitignore
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue