fix: Remove large binary files from git tracking

- Add bin/ directory to .gitignore to exclude 116MB of binaries
- Remove geth binaries from git tracking (85MB linux + 31MB macos)
- Reduces repository size significantly for faster cloning/pushing
This commit is contained in:
2025-06-17 15:10:27 -07:00
parent a4db7394b0
commit 4b597ebc07
6 changed files with 1 additions and 6 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
node_modules
.DS_Store
dist
bin/