mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 04:41:46 +03:00
30 lines
395 B
Plaintext
30 lines
395 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# 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
|