Skip to content

Commit 8625e9f

Browse files
authored
chore(meta): update .gitignore (#11941)
1 parent 6671d74 commit 8625e9f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.gitignore

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
11
.DS_STORE
22
/target*
33
/*.sol
4+
CLAUDE.md
5+
6+
# Foundry artifacts
47
out/
58
snapshots/
6-
out.json
9+
10+
# IDEs and extensions
711
.idea
812
.vscode
913
.claude
10-
CLAUDE.md
14+
.zed
15+
16+
# NPM
1117
.env
1218
node_modules
1319
dist
1420
bin
1521
_
1622
*.tgz
17-
.zed
1823
.vercel
1924
.vite
2025
.wrangler
21-
build
2226
*.zip

0 commit comments

Comments
 (0)