forked from dethcrypto/TypeChain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
30 lines (30 loc) · 808 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
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/target-ethers-multicall-test/types
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-v5/types
examples/hardhat/artifacts
examples/hardhat/cache
examples/hardhat/typechain-types
examples/hardhat-truffe-v5/artifacts
examples/hardhat-truffe-v5/cache
examples/hardhat-truffe-v5/typechain-types
packages/hardhat/test/fixture-projects/hardhat-project/contracts/TestContract2.sol
packages/hardhat-test/cache
packages/hardhat-test/artifacts
examples/*/pnpm-lock.yaml
pnpm-debug.log
.idea/