39 lines
436 B
Plaintext
39 lines
436 B
Plaintext
# Created by .ignore support plugin (hsz.mobi)
|
|
.idea
|
|
|
|
Makefile.custom.config
|
|
|
|
# MPWO_API
|
|
###############
|
|
__pycache__
|
|
/mpwo_api/venv/
|
|
uploads
|
|
.cache
|
|
.coverage
|
|
coverage.xml
|
|
.pytest_cache
|
|
|
|
# MPWO_CLIENT
|
|
###############
|
|
|
|
# dependencies
|
|
node_modules
|
|
|
|
# testing
|
|
coverage
|
|
|
|
# production
|
|
build
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.eslintcache
|