Initial commit
This commit is contained in:
commit
615da450c6
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Ignore everything
|
||||
**
|
||||
|
||||
# But not this file
|
||||
!*/compose.yml
|
||||
!README.md
|
||||
!.gitignore
|
||||
|
||||
|
||||
# Caddy
|
||||
!*/Caddyfile
|
||||
!*/.env.example
|
Loading…
Reference in a new issue