mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
14 lines
324 B
Plaintext
14 lines
324 B
Plaintext
# Don't include any of these files in the Dockerfile build context.
|
|
# This will improve build performance and reduce the final image size.
|
|
# See: https://docs.docker.com/engine/reference/builder/#dockerignore-file
|
|
.git/
|
|
.github/
|
|
.dockerignore
|
|
.editorconfig
|
|
.gitignore
|
|
.rubocop.yml
|
|
CHANGELOG.md
|
|
docker-compose.yml
|
|
log/
|
|
test/
|