mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 12:51:37 +03:00
555a1fccdd
* added manual coverage justfile command * a lot of small refactorings of config and argument parsing * feature: support jsonb query param for functions * cleaned up public/private access * make all tests populate with a predefined values to avoid issues with random data
22 lines
397 B
Plaintext
22 lines
397 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*
|
|
*.profraw
|
|
|
|
pg_data/
|
|
config.yml
|
|
tests/output/
|
|
tests/expected/
|