Skip to content

Commit cef1f5d

Browse files
committed
Add release binaries and update gitignore
1 parent 16a6fd6 commit cef1f5d

5 files changed

Lines changed: 11 additions & 14 deletions

File tree

.gitignore

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,16 @@
1-
# Binaries
2-
bin/
1+
# IDE & Editors
2+
.idea/
3+
.vscode/
4+
*.suo
5+
*.ntvs*
6+
*.njsproj
7+
*.sln
8+
*.swp
39

4-
# Drafts
10+
# Drafts & Claude config
511
.drafts/
6-
7-
# Claude config
812
.claude/
913

10-
# Go build cache
11-
go.sum
12-
*.exe
13-
*.exe~
14-
1514
# OS files
1615
.DS_Store
1716
Thumbs.db
18-
19-
# IDE
20-
.idea/
21-
.vscode/

bin/command-code-proxy

9.24 MB
Binary file not shown.

bin/command-code-proxy-arm64

8.59 MB
Binary file not shown.

bin/command-code-proxy.exe

9.31 MB
Binary file not shown.

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
2+
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=

0 commit comments

Comments
 (0)