mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
c5c6bda8b0
This makes the healthcheck simple and configured directly by Authelia's configuration on startup.
27 lines
284 B
Plaintext
27 lines
284 B
Plaintext
# CI/Git Directories
|
|
.git
|
|
.cache
|
|
.buildkite
|
|
.github
|
|
coverage.txt
|
|
Dockerfile*
|
|
|
|
# Node Modules Directories
|
|
**/node_modules
|
|
|
|
# Documentation
|
|
docs
|
|
examples
|
|
|
|
# Dot Files and Markdown
|
|
.*
|
|
*.md
|
|
|
|
# Other
|
|
internal/server/public_html
|
|
authelia.service
|
|
bootstrap.sh
|
|
|
|
# Overrides
|
|
!.healthcheck.env
|