mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 04:41:46 +03:00
d311888f94
* Fix docker file builds to use debian * add a few more things to `.dockerignore` * remove unused `martin` from docker-compose.yml * delete unused arm64.Dockerfile This should also fix #1021
26 lines
429 B
Plaintext
26 lines
429 B
Plaintext
# Extras that are not part of .gitignore
|
|
.git/
|
|
# Having Dockerfile in .dockerignore lets us develop docker images without full rebuild on each change
|
|
Dockerfile
|
|
# Justfile is not needed in the image
|
|
justfile
|
|
# Remove self from the image too
|
|
.dockerignore
|
|
# Unneeded code
|
|
**/tests
|
|
demo/
|
|
|
|
#### This must match .gitignore ####
|
|
.DS_Store
|
|
target/
|
|
**/*.rs.bk
|
|
.idea/
|
|
.vscode/
|
|
test_log*
|
|
*.profraw
|
|
|
|
pg_data/
|
|
config.yml
|
|
tests/output/
|
|
tmp/
|