We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6671d74 commit 8625e9fCopy full SHA for 8625e9f
.gitignore
@@ -1,22 +1,26 @@
1
.DS_STORE
2
/target*
3
/*.sol
4
+CLAUDE.md
5
+
6
+# Foundry artifacts
7
out/
8
snapshots/
-out.json
9
10
+# IDEs and extensions
11
.idea
12
.vscode
13
.claude
-CLAUDE.md
14
+.zed
15
16
+# NPM
17
.env
18
node_modules
19
dist
20
bin
21
_
22
*.tgz
-.zed
23
.vercel
24
.vite
25
.wrangler
-build
26
*.zip
0 commit comments