14 lines
183 B
Plaintext
14 lines
183 B
Plaintext
# Ignore everything
|
|
*
|
|
|
|
|
|
# But not these directories; this allows us to look inside them
|
|
!*/
|
|
|
|
# But not these files
|
|
!**/*.md
|
|
!.gitignore
|
|
!**/compose.yml
|
|
!**/Caddyfile
|
|
!**/.env.example
|