11 lines
117 B
Plaintext
11 lines
117 B
Plaintext
|
# Ignore everything
|
||
|
*
|
||
|
|
||
|
# But not these files...
|
||
|
!.gitignore
|
||
|
!Caddyfile
|
||
|
|
||
|
# ...even if they are in subdirectories
|
||
|
!*/
|
||
|
|