forked from connext/monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
47 lines (40 loc) · 956 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# If using yarn 2.x, remove these three lines to commit your dependencies to git.
.yarn/*
!.yarn/releases
!.yarn/plugins
_tmp
build
dist*
coverage
node_modules*
*.tsBuildInfo
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.nyc_output
npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarn.build-error.log*
report.*.json
ops/data
**/*/.nyc_output/*
**/*/*.config.json
**/*/config.*.json
**/*/config.json
packages/integration/logs.json
packages/integration/ops/config/router/*.yaml
!packages/integration/ops/config/router/web3signer_keyFile_test.yaml
**/.terraform/**
**/.terraform.lock.hcl
ops/**/tfvars.json
.idea
packages/deployments/contracts/deployments/local_1337
packages/deployments/contracts/deployments/local_1338
packages/deployments/contracts/cuts.json
packages/deployments/contracts/proposals.json
packages/deployments/contracts/devnet.init.json
packages/deployments/contracts/local.developments.json