-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitignore
84 lines (63 loc) · 1.19 KB
/
.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
/.yarn/*
!/.yarn/patches
!/.yarn/plugins
!/.yarn/releases
!/.yarn/sdks
# Swap the comments on the following lines if you don't wish to use zero-installs
# Documentation here: https://yarnpkg.com/features/zero-installs
#/.yarn/cache
#/.pnp.*
lcov.info
/**/yarn.lock
/node_modules
/**/node_modules
/typechain-types
/cache
/artifacts
.DS_Store
coverage.json
.npmrc
# Contracts
contracts/.openzeppelin/unknown-*.json
contracts/docs/coverage
contracts/.env
contracts/.env.tpl
abi/
/docs
clients/web/app/storybook-static
/**/dist/
/packages/proto/src/gen/
contracts/cache
.eslintcache
cache_hardhat
artifacts_*
tsconfig.tsbuildinfo
!/contracts/deployments
/contracts/deployments/base_anvil
/contracts/deployments/river_anvil
/contracts/deployments/alpha/base_anvil
/contracts/deployments/alpha/river_anvil
/contracts/deployments/local*
/broadcast
*.pem
# Local .terraform directories
**/.terraform/*
# .tfstate files
*.tfstate
*.tfstate.*
# Local .terraform directories
**/.terraform/*
out/
turbo-*.log
# profiling files
*.prof
**/coverage
**/.turbo
servers/workers/*/dist/*
.envrc
bin/gen-bindings-remove-struct
/core/**/run_files/
go.work.sum
/packages/stress-testing/.env
/packages/stress/*/.env*
.idea