-
Notifications
You must be signed in to change notification settings - Fork 32
/
.gitignore
64 lines (52 loc) · 880 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
### General ###
.idea
.cache
### Solidity ###
build/
artifacts/
cache/
tmp.sol
data/*.json
scTopics
contracts/hardhat-dependency-compiler
### Node ###
# Logs
*.log
npm-debug.log*
.eslintcache
# Dependency directories
node_modules
package-lock.json
data/*.json
### Geth ###
# geth secrets
docker/geth/shared/eth_datadir/geth
docker/geth/shared/eth_datadir/geth.ipc
docker/geth/shared/eth_datadir/password
docker/geth/shared/eth_datadir/history
### Terraform ###
# Local .terraform directories
**/.terraform/*
# .tfstate files
*.tfstate
*.tfstate.*
# dotenv environment variables file
.env
.env.test
# coverage
coverageEnv
coverage/
coverage.json
.coverage_artifacts/
.coverage_cache/
.coverage_contracts/
# Typescript staff
types/
typechain/
typechain-types/
# OpenZeppelin
.openzeppelin/dev-*.json
.openzeppelin/unknown-*.json
.openzeppelin/.session
# docs
docs/api/*