2021-06-06 04:46:31 +00:00
|
|
|
# CI/Git Directories
|
2019-05-29 13:26:41 +00:00
|
|
|
.git
|
|
|
|
.cache
|
2021-06-06 04:46:31 +00:00
|
|
|
.buildkite
|
|
|
|
.github
|
|
|
|
coverage.txt
|
|
|
|
Dockerfile*
|
|
|
|
|
|
|
|
# Node Modules Directories
|
2019-05-29 13:26:41 +00:00
|
|
|
**/node_modules
|
2021-06-06 04:46:31 +00:00
|
|
|
|
|
|
|
# Documentation
|
|
|
|
docs
|
|
|
|
examples
|
|
|
|
|
|
|
|
# Dot Files and Markdown
|
|
|
|
.*
|
|
|
|
*.md
|
|
|
|
|
|
|
|
# Other
|
|
|
|
internal/server/public_html
|
|
|
|
authelia.service
|
2021-06-18 04:35:43 +00:00
|
|
|
bootstrap.sh
|