Client: init client w/ create-react-app
This commit is contained in:
31
.gitignore
vendored
31
.gitignore
vendored
@ -1,5 +1,32 @@
|
||||
# Created by .ignore support plugin (hsz.mobi)
|
||||
.idea
|
||||
.idea/vcs.xml
|
||||
__pycache__/
|
||||
|
||||
|
||||
# MPWO_API
|
||||
###############
|
||||
__pycache__
|
||||
/mpwo_api/venv/
|
||||
|
||||
|
||||
# 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*
|
Reference in New Issue
Block a user