forked from dethcrypto/TypeChain
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
25 lines (25 loc) · 669 Bytes
/
.gitignore
File metadata and controls
25 lines (25 loc) · 669 Bytes
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
node_modules
dist
.nyc_output
coverage
packages/core/README.md
*.tsbuildinfo
build
contracts/compiled
packages/target-truffle-v4-test/contracts
packages/target-truffle-v5-test/contracts
packages/typechain/README.md
examples/web3-v1/types
examples/truffle-v4/types
examples/truffle-v4/migrations
examples/truffle-v5/types
examples/truffle-v5/migrations
examples/ethers-v4/types
examples/ethers-v5/types
examples/hardhat/artifacts
examples/hardhat/cache
examples/hardhat/typechain
examples/hardhat-truffe-v5/artifacts
examples/hardhat-truffe-v5/cache
examples/hardhat-truffe-v5/typechain
packages/hardhat/test/fixture-projects/hardhat-project/contracts/TestContract2.sol