current configuration
This commit is contained in:
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
# ignore all
|
||||
*
|
||||
|
||||
# except these files
|
||||
|
||||
!.gitignore
|
||||
|
||||
!*/docker-compose.yml
|
||||
!*/Dockerfile
|
||||
!*.example
|
||||
!*.template
|
||||
|
||||
!caddy/conf/Caddyfile
|
||||
!immich/*.yml
|
||||
|
||||
# even if they are in subdirectories
|
||||
!*/
|
||||
Reference in New Issue
Block a user