mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 03:37:05 +02:00
Compare commits
4 Commits
fd1f9b56e8
...
2b6b2f85df
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2b6b2f85df | ||
|
|
57286c3887 | ||
|
|
90db345f0d | ||
|
|
553d473d3b |
@ -21,6 +21,7 @@ Homestead.yaml
|
|||||||
Homestead.json
|
Homestead.json
|
||||||
/.vagrant
|
/.vagrant
|
||||||
.phpunit.result.cache
|
.phpunit.result.cache
|
||||||
|
/.phpunit.cache
|
||||||
|
|
||||||
/public/build
|
/public/build
|
||||||
/storage/pail
|
/storage/pail
|
||||||
|
|||||||
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