27 lines
354 B
Plaintext
27 lines
354 B
Plaintext
# Version control & tooling
|
|
.git
|
|
.gitignore
|
|
.gitattributes
|
|
|
|
# Local task runner state & binaries
|
|
.task
|
|
bin/
|
|
tags
|
|
|
|
# Local databases & logs
|
|
*.sqlite
|
|
*.log
|
|
|
|
# Editor / IDE
|
|
.zed
|
|
.idea
|
|
.vscode
|
|
|
|
# Docs & examples not needed to build the image
|
|
*.md
|
|
htmlexamples/
|
|
|
|
# Don't send the docker metadata itself (optional, keeps context lean)
|
|
Dockerfile
|
|
.dockerignore
|