mirror of
https://github.com/maplibre/martin.git
synced 2024-12-18 20:31:54 +03:00
d311888f94
* Fix docker file builds to use debian * add a few more things to `.dockerignore` * remove unused `martin` from docker-compose.yml * delete unused arm64.Dockerfile This should also fix #1021
30 lines
349 B
Plaintext
30 lines
349 B
Plaintext
#### This must match .dockerignore ####
|
|
|
|
# dependencies
|
|
frontend/node_modules
|
|
|
|
# testing
|
|
frontend/coverage
|
|
|
|
# production
|
|
frontend/build
|
|
frontend/dist
|
|
|
|
db/initdb/taxi_zones
|
|
db/initdb/taxi_trips
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
.idea
|
|
data
|
|
db/db
|