mirror of
https://github.com/maplibre/martin.git
synced 2024-12-18 12:21:56 +03:00
26 lines
279 B
Plaintext
26 lines
279 B
Plaintext
####
|
|
#### This must match .dockerignore ####
|
|
####
|
|
|
|
.DS_Store
|
|
target/
|
|
**/*.rs.bk
|
|
.idea/
|
|
.vscode/
|
|
test_log*
|
|
*.profraw
|
|
|
|
pg_data/
|
|
config.yml
|
|
tests/output/
|
|
tests/mbtiles_temp_files/
|
|
tmp/
|
|
.aws-sam/
|
|
|
|
**/node_modules/
|
|
**/dist/
|
|
|
|
####
|
|
#### Above content must match .dockerignore ####
|
|
####
|