trytonpsk-stock_co/.gitignore

30 lines
310 B
Plaintext
Raw Normal View History

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