13 lines
206 B
Plaintext
13 lines
206 B
Plaintext
|
|
# Keep the build context minimal; only the site assets and nginx config
|
||
|
|
# referenced by the Dockerfile are needed.
|
||
|
|
.git
|
||
|
|
.gitea
|
||
|
|
.github
|
||
|
|
.idea
|
||
|
|
.vscode
|
||
|
|
*.md
|
||
|
|
renovate.json
|
||
|
|
.renovaterc*
|
||
|
|
Dockerfile
|
||
|
|
.dockerignore
|