mirror of
https://github.com/maplibre/martin.git
synced 2024-12-18 20:31:54 +03:00
38 lines
560 B
Plaintext
38 lines
560 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/
|
|
tests/mbtiles_temp_files/
|
|
tmp/
|
|
.aws-sam/
|
|
|
|
**/node_modules/
|
|
**/dist/
|
|
|
|
####
|
|
#### Above content must match .gitignore ####
|
|
####
|