Consolidated .gitignore
This commit is contained in:
parent
6dc4fc6acd
commit
a957d7a827
40
.gitignore
vendored
40
.gitignore
vendored
@ -1,6 +1,44 @@
|
||||
# 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
|
||||
coverage/
|
||||
logs/
|
||||
responses/*
|
||||
!responses/.gitkeep
|
||||
*.err
|
||||
*.out
|
||||
data
|
||||
|
||||
# contracts build
|
||||
ui/src/contracts
|
||||
|
||||
# compiled css
|
||||
*.css
|
||||
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
#deployment
|
||||
*.retry
|
||||
hosts.yml
|
||||
hosts
|
||||
*.log
|
||||
Vagrantfile
|
||||
vagrant-hosts.yml
|
||||
.vagrant
|
||||
|
||||
|
7
deployment/.gitignore
vendored
7
deployment/.gitignore
vendored
@ -1,7 +0,0 @@
|
||||
*.retry
|
||||
hosts.yml
|
||||
hosts
|
||||
*.log
|
||||
Vagrantfile
|
||||
vagrant-hosts.yml
|
||||
.vagrant
|
2
deployment/oracle/.gitignore
vendored
2
deployment/oracle/.gitignore
vendored
@ -1,2 +0,0 @@
|
||||
hosts.yml
|
||||
hosts
|
7
monitor/.gitignore
vendored
7
monitor/.gitignore
vendored
@ -1,7 +0,0 @@
|
||||
.env
|
||||
node_modules
|
||||
responses/*
|
||||
!responses/.gitkeep
|
||||
*.err
|
||||
*.out
|
||||
.idea
|
2
oracle-e2e/.gitignore
vendored
2
oracle-e2e/.gitignore
vendored
@ -1,2 +0,0 @@
|
||||
node_modules/
|
||||
data/
|
29
ui/.gitignore
vendored
29
ui/.gitignore
vendored
@ -1,29 +0,0 @@
|
||||
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
||||
|
||||
# dependencies
|
||||
/node_modules
|
||||
|
||||
# testing
|
||||
/coverage
|
||||
|
||||
# production
|
||||
/build
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
.env
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
.idea
|
||||
|
||||
# contracts build
|
||||
/src/contracts
|
||||
|
||||
# compiled css
|
||||
*.css
|
||||
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
Loading…
Reference in New Issue
Block a user