f5ff33d21f
* Oracle abi taken from compilation. Moved project setup from dockerfile to package.json scripts * Use compile:contracts script instead of repeated command * Update imports to root contracts instead of copying * Rule for importing unpublished. Lint fix * Remove prepare:contracts and import:contracts * Disabled ModuleScopePlugin in order to be able to import contracts outside src dir * Fix for rm removing . and .. on linux
47 lines
450 B
Plaintext
47 lines
450 B
Plaintext
# dependencies
|
|
node_modules
|
|
|
|
# testing
|
|
coverage
|
|
|
|
# production
|
|
build
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
.idea
|
|
.nyc_output
|
|
logs/
|
|
responses/*
|
|
!responses/.gitkeep
|
|
*.err
|
|
*.out
|
|
data
|
|
|
|
# contracts build
|
|
ui/src/contracts
|
|
oracle/abis
|
|
monitor/abis
|
|
|
|
# compiled css
|
|
*.css
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
#deployment
|
|
*.retry
|
|
hosts.yml
|
|
hosts
|
|
*.log
|
|
Vagrantfile
|
|
vagrant-hosts.yml
|
|
.vagrant
|
|
|