You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
396 B
18 lines
396 B
# Exclude heavy or host-specific data from Docker build context |
|
# Fixes: failed to solve: error from sender: open cmd/benchmark/data/postgres: permission denied |
|
|
|
# Benchmark data and reports (mounted at runtime via volumes) |
|
cmd/benchmark/data/ |
|
cmd/benchmark/reports/ |
|
|
|
# VCS and OS cruft |
|
.git |
|
.gitignore |
|
**/.DS_Store |
|
**/Thumbs.db |
|
|
|
# Go build cache and binaries |
|
**/bin/ |
|
**/dist/ |
|
**/build/ |
|
**/*.out
|
|
|