-
Notifications
You must be signed in to change notification settings - Fork 164
Expand file tree
/
Copy path.gitignore
More file actions
118 lines (97 loc) · 1.7 KB
/
.gitignore
File metadata and controls
118 lines (97 loc) · 1.7 KB
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# Logs
yarn-debug.log*
yarn-error.log*
node.log
# Dependency directories
node_modules/
.pnpm-store/
# Yarn
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# Hardhat artifacts
artifacts/
cache/
cached/
cache
# ESLint cache
.eslintcache
packages/*/.eslintcache
# Build artifacts
dist/
dist-v5/
build/
deployments/hardhat/
*.js.map
*.d.ts.map
# Generated types (typechain output)
typechain/
typechain-src/
typechain-types/
types-v5/
wagmi/
packages/contracts/types/
packages/contracts-test/types/
packages/interfaces/types/
packages/token-distribution/types/
packages/issuance/types/
# TypeScript incremental compilation cache
**/tsconfig.tsbuildinfo
# Ignore solc bin output
bin/
# PNPM store (project-local)
.pnpm-store/
# Others
.env
.DS_Store
.vscode
core
# Coverage and other reports
coverage/
reports/
coverage.json
lcov.info
hardhat-dependency-compiler/
# Local test files
localNetwork.json
arbitrum-addresses-local.json
addresses-fork.json
addresses-hardhat.json
addresses-local*.json
# Keys
.keystore
# Forge artifacts
cache_forge
forge-artifacts/
out/
# Graph client
.graphclient
# Tx builder and logger
tx-*.log
tx-builder-*.json
!tx-builder-template.json
# Hardhat Ignition
**/ignition/deployments/*-localhost/
**/ignition/deployments/*-hardhat/
**/ignition/deployments/*-31337/
**/ignition/deployments/*-1337/
**/chain-31337/
**/chain-1377/
**/horizon-localhost/
**/horizon-hardhat/
**/subgraph-service-localhost/
**/subgraph-service-hardhat/
**/horizon-localNetwork/
**/subgraph-service-localNetwork/
!**/ignition/**/artifacts/
# Temporary test working directories
**/testing-coverage/
# Claude AI settings
.claude/
# Tenderly
.tenderly-artifacts/
# NFS stale file handles
.nfs*