mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
e029f4b5af
* build: optimize docker builds This change is so that each of the COPY/RUN steps occurs in a single layer which should theoretically decrease build times. * build: include license and move scripts
23 lines
252 B
Plaintext
23 lines
252 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 |