trytonpsk-purchase_co/.gitignore

30 lines
310 B
Text
Raw Normal View History

2021-09-10 17:03:43 +02:00
# See https://help.github.com/ignore-files/ for more about ignoring files.
2021-09-10 15:13:54 +02:00
2021-09-10 17:03:43 +02:00
# dependencies
/build
/dist
*egg-info
2021-09-10 15:13:54 +02:00
2021-09-10 17:03:43 +02:00
/node_modules
2021-09-10 15:13:54 +02:00
2021-09-10 17:03:43 +02:00
# testing
/coverage
2021-09-10 15:13:54 +02:00
2021-09-10 17:03:43 +02:00
# production
/build
2021-09-10 15:13:54 +02:00
2021-09-10 17:03:43 +02:00
# misc
2021-09-10 15:13:54 +02:00
.DS_Store
2021-09-10 17:03:43 +02:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2021-09-10 15:13:54 +02:00
2021-09-10 17:03:43 +02:00
package-lock*
2021-09-10 15:13:54 +02:00
2021-09-10 17:03:43 +02:00
/__pycache__
/app/__pycache__
/app/commons/__pycache__