presik_pos/.gitignore

35 lines
389 B
Plaintext
Raw Permalink 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*
*.log
2020-04-21 04:13:03 +02:00
package-lock*
2020-12-31 17:02:27 +01:00
/app/*.pyc
2020-04-21 04:13:03 +02:00
/__pycache__
2020-04-22 02:26:19 +02:00
/app/__pycache__
2020-12-21 21:50:52 +01:00
/app/printing/__pycache__
/app/logo.*
2020-06-12 04:36:27 +02:00
/app/commons/__pycache__
2020-10-30 19:27:48 +01:00
/app/locale/__pycache__