29 lines
541 B
Text
29 lines
541 B
Text
# Privacy-first public repository: ignore every file unless explicitly allowed.
|
|
*
|
|
|
|
# Public documentation and Compose template.
|
|
!.gitignore
|
|
!README.md
|
|
!docker-compose.yml.example
|
|
|
|
# Headscale templates.
|
|
!headscale/
|
|
headscale/*
|
|
!headscale/config/
|
|
headscale/config/*
|
|
!headscale/config/*.example
|
|
|
|
# Headplane templates.
|
|
!headplane/
|
|
headplane/*
|
|
!headplane/config/
|
|
headplane/config/*
|
|
!headplane/config/*.example
|
|
|
|
# Traefik templates.
|
|
!traefik/
|
|
traefik/*
|
|
!traefik/traefik.yml.example
|
|
!traefik/dynamic/
|
|
traefik/dynamic/*
|
|
!traefik/dynamic/*.example
|