FitTrackee/.gitignore

38 lines
422 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
# MPWO_API
###############
__pycache__
2017-12-16 21:00:46 +01:00
/mpwo_api/venv/
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
# 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*
2017-12-17 11:57:05 +01:00
yarn-error.log*
.eslintcache