2017-08-20 15:01:25 +02:00
|
|
|
# Created by .ignore support plugin (hsz.mobi)
|
|
|
|
.idea
|
2017-12-17 09:46:40 +01:00
|
|
|
|
2018-05-03 14:07:31 +02:00
|
|
|
Makefile.custom.config
|
2017-12-17 09:46:40 +01:00
|
|
|
|
2020-09-16 18:58:11 +02:00
|
|
|
# API
|
2017-12-17 09:46:40 +01:00
|
|
|
###############
|
|
|
|
__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
|
2018-06-20 13:23:47 +02:00
|
|
|
.venv
|
2020-09-16 15:41:02 +02:00
|
|
|
/fittrackee.egg-info/
|
2020-09-16 18:58:11 +02:00
|
|
|
/dist
|
2017-12-17 09:46:40 +01:00
|
|
|
|
2020-09-16 18:58:11 +02:00
|
|
|
# CLIENT
|
2017-12-17 09:46:40 +01:00
|
|
|
###############
|
|
|
|
|
|
|
|
# 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
|
2021-10-18 16:26:37 +02:00
|
|
|
|
|
|
|
# docker
|
|
|
|
data
|