18 lines
189 B
Plaintext
18 lines
189 B
Plaintext
# ignore all
|
|
*
|
|
|
|
# except these files
|
|
|
|
!.gitignore
|
|
|
|
!*/docker-compose.yml
|
|
!*/Dockerfile
|
|
!*.example
|
|
!*.template
|
|
|
|
!caddy/conf/Caddyfile
|
|
!immich/*.yml
|
|
|
|
# even if they are in subdirectories
|
|
!*/
|