fix: add missing cmd/muyue/main.go and fix .gitignore
The .gitignore pattern 'muyue' was matching the cmd/muyue/ directory, preventing main.go from being tracked. Changed to '/muyue' to only match the binary at repo root. 💘 Generated with Crush Assisted-by: GLM-5.1 via Crush <crush@charm.land>
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,5 +1,5 @@
|
||||
# Binaries
|
||||
muyue
|
||||
/muyue
|
||||
dist/
|
||||
|
||||
# IDE
|
||||
|
||||
Reference in New Issue
Block a user