FitTrackee/.gitignore

48 lines
500 B
Plaintext
Raw Normal View History

# Created by .ignore support plugin (hsz.mobi)
.idea
2018-05-03 14:07:31 +02:00
Makefile.custom.config
# API
###############
__pycache__
2018-01-14 20:49:35 +01:00
uploads
.cache
2018-05-12 17:10:22 +02:00
.coverage
2018-05-12 18:21:00 +02:00
coverage.xml
2020-09-19 13:56:14 +02:00
.env
2021-01-03 19:04:20 +01:00
.mypy_cache
2018-05-25 16:39:38 +02:00
.pytest_cache
.venv
/fittrackee.egg-info/
/dist
# 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*
2017-12-17 11:57:05 +01:00
yarn-error.log*
.eslintcache
2018-07-01 15:41:23 +02:00
# ALL
###############
*.log
nohup.out