forked from no-hive/pulse_hook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
36 lines (30 loc) · 800 Bytes
/
Copy path.gitignore
File metadata and controls
36 lines (30 loc) · 800 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
26
27
28
29
30
31
32
33
34
35
36
# --- Secrets / env ---
.env
.env.*
!.env.example
# --- Foundry build artifacts (regenerated by forge build/test) ---
cache/
contracts/cache/
out/
contracts/out/
# --- Foundry broadcast logs ---
# Uncomment if you don't want deployment broadcast logs in git at all.
# By default Foundry recommends keeping broadcast/ for mainnet/testnet
# deploy records, so only the "dry-run" (local/anvil) logs are ignored.
contracts/broadcast/*/31337/
contracts/broadcast/**/dry-run/
# --- Dependencies ---
# NOTE: contracts/lib is intentionally NOT ignored — those are git
# submodules tracked via .gitmodules, not vendored copies.
node_modules/
# --- Foundry misc ---
.forge-snapshots/
contracts/.forge-snapshots/
# --- OS / editor junk ---
.DS_Store
Thumbs.db
.vscode/
.idea/
*.swp
# --- Logs ---
*.log