mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 11:47:22 +02:00
Compare commits
5 Commits
aa4f7c3113
...
a515188372
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a515188372 | ||
|
|
c677dd99d4 | ||
|
|
a78658650d | ||
|
|
6a7b122e75 | ||
|
|
553d473d3b |
@ -1,5 +1,6 @@
|
||||
# General
|
||||
.DS_Store
|
||||
.localized
|
||||
__MACOSX/
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
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…
Reference in New Issue
Block a user