mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 12:51:37 +03:00
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
|