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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
node_modules
|
||||
.DS_Store
|
||||
dist
|
||||
bin/
|
||||
|
||||
BIN
bin/linux/geth
BIN
bin/linux/geth
Binary file not shown.
BIN
bin/macos/geth
BIN
bin/macos/geth
Binary file not shown.
Binary file not shown.
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5a0d13c1c0aea93d72c457d318f4fa3bfb6fcf9b792b25055ea51df2b1047f11
|
||||
size 23514025
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca2e254777323d66dcc483e967d30babeb126f082dddc540b947e1f55be7602c
|
||||
size 111578699
|
||||
Reference in New Issue
Block a user