FitTrackee/.gitignore
2021-11-03 18:26:46 +01:00

52 lines
527 B
Plaintext

# Created by .ignore support plugin (hsz.mobi)
.idea
Makefile.custom.config
# API
###############
__pycache__
uploads
.cache
.coverage
coverage.xml
.env
.mypy_cache
.pytest_cache
.venv
/fittrackee.egg-info/
/dist
/fittrackee
# 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
# ALL
###############
*.log
nohup.out
# docker
data