mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 04:41:46 +03:00
68c6259d32
This extracts some of the code from #511 but without breaking changes * Use `PathBuf` instead of `String` where dealing with files * Parse keep_alive as u64 * More config tests to crash if martin output contains warnings or errors
21 lines
387 B
Plaintext
21 lines
387 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
|
|
|
|
#### COPIED FROM .gitignore ####
|
|
.DS_Store
|
|
/target/
|
|
**/*.rs.bk
|
|
.idea/
|
|
test_log*
|
|
|
|
pg_data/
|
|
config.yml
|
|
tests/output/
|
|
tests/expected/
|