mirror of
https://bitbucket.org/presik/trytonpsk-staff_payroll.git
synced 2023-12-14 05:33:13 +01:00
29 lines
310 B
Text
29 lines
310 B
Text
# 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__
|
|
/app/__pycache__
|
|
/app/commons/__pycache__
|