trytonpsk-dash_surveillance/.gitignore

30 lines
310 B
Plaintext
Raw Permalink Normal View History

2021-05-25 21:09:25 +02:00
# See https://help.github.com/ignore-files/ for more about ignoring files.
2021-05-25 20:31:11 +02:00
2021-05-25 21:09:25 +02:00
# dependencies
/build
/dist
*egg-info
2021-05-25 20:31:11 +02:00
2021-05-25 21:09:25 +02:00
/node_modules
2021-05-25 20:31:11 +02:00
2021-05-25 21:09:25 +02:00
# testing
/coverage
2021-05-25 20:31:11 +02:00
2021-05-25 21:09:25 +02:00
# production
/build
2021-05-25 20:31:11 +02:00
2021-05-25 21:09:25 +02:00
# misc
2021-05-25 20:31:11 +02:00
.DS_Store
2021-05-25 21:09:25 +02:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2021-05-25 20:31:11 +02:00
2021-05-25 21:09:25 +02:00
package-lock*
2021-05-25 20:31:11 +02:00
2021-05-25 21:09:25 +02:00
/__pycache__
/app/__pycache__
/app/commons/__pycache__