2019-05-22 17:20:05 +03:00
|
|
|
# dependencies
|
2019-05-06 14:12:53 +03:00
|
|
|
node_modules
|
2019-05-22 17:20:05 +03:00
|
|
|
|
|
|
|
# testing
|
|
|
|
coverage
|
|
|
|
|
|
|
|
# production
|
|
|
|
build
|
2020-05-04 23:35:46 +03:00
|
|
|
dist
|
2019-05-22 17:20:05 +03:00
|
|
|
|
|
|
|
# misc
|
|
|
|
.DS_Store
|
2019-05-06 14:12:53 +03:00
|
|
|
.env
|
2019-05-22 17:20:05 +03:00
|
|
|
.env.local
|
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
2019-05-06 14:12:53 +03:00
|
|
|
.idea
|
|
|
|
.nyc_output
|
|
|
|
logs/
|
2019-05-31 15:54:32 +03:00
|
|
|
|
|
|
|
|
2019-05-22 17:20:05 +03:00
|
|
|
*.err
|
|
|
|
*.out
|
|
|
|
data
|
|
|
|
|
|
|
|
# contracts build
|
|
|
|
ui/src/contracts
|
2019-05-27 10:22:08 +03:00
|
|
|
oracle/abis
|
|
|
|
monitor/abis
|
2019-05-22 17:20:05 +03:00
|
|
|
|
|
|
|
# compiled css
|
|
|
|
*.css
|
|
|
|
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
|
|
|
|
#deployment
|
|
|
|
*.retry
|
|
|
|
hosts.yml
|
|
|
|
hosts
|
|
|
|
*.log
|
|
|
|
Vagrantfile
|
|
|
|
vagrant-hosts.yml
|
|
|
|
.vagrant
|
2019-07-02 14:10:46 +03:00
|
|
|
deployment/venv
|
|
|
|
__pycache__
|
2019-05-22 17:20:05 +03:00
|
|
|
|
2019-05-31 15:54:32 +03:00
|
|
|
#monitor
|
|
|
|
monitor/responses/*
|
2020-05-18 21:24:16 +03:00
|
|
|
monitor/configs/*.env
|
2020-05-04 23:35:46 +03:00
|
|
|
!monitor/.gitkeep
|