presik_pos/.gitignore

31 lines
322 B
Plaintext
Raw Normal View History

2020-04-21 04:13:03 +02:00
# See https://help.github.com/ignore-files/ for more about ignoring files.
# dependencies
/build
/dist
*egg-info
/node_modules
# testing
/coverage
# production
/build
# misc
.DS_Store
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock*
/__pycache__
2020-04-22 02:26:19 +02:00
/app/__pycache__
/app/logo.*
2020-06-12 04:36:27 +02:00
/app/commons/__pycache__