martin/demo/.gitignore

30 lines
395 B
Plaintext
Raw Normal View History

2018-10-08 12:32:35 +03:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
2018-10-24 14:00:45 +03:00
frontend/node_modules
2018-10-08 12:32:35 +03:00
# testing
2018-10-24 14:00:45 +03:00
frontend/coverage
2018-10-08 12:32:35 +03:00
# production
2018-10-24 14:00:45 +03:00
frontend/build
2023-05-30 03:12:22 +03:00
frontend/dist
2018-10-08 12:32:35 +03:00
2022-09-16 16:28:18 +03:00
db/initdb/taxi_zones
db/initdb/taxi_trips
2018-10-08 12:32:35 +03:00
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2018-10-08 14:03:04 +03:00
2018-10-10 19:36:23 +03:00
.idea
data
2018-10-24 14:00:45 +03:00
db/db