mirror of
https://github.com/maplibre/martin.git
synced 2024-12-20 13:21:59 +03:00
14 lines
253 B
Plaintext
14 lines
253 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
|
||
|
|
||
|
#### COPIED FROM .gitignore ####
|
||
|
.DS_Store
|
||
|
/target/
|
||
|
**/*.rs.bk
|
||
|
.idea/
|
||
|
|
||
|
pg_data/
|
||
|
config.yml
|