mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2025-06-08 04:22:06 +08:00
40 lines
369 B
Plaintext
40 lines
369 B
Plaintext
# Compiled binary
|
|
/cursor-id-modifier
|
|
/cursor-id-modifier.exe
|
|
|
|
# Build output directories
|
|
bin/
|
|
dist/
|
|
|
|
# Go specific
|
|
go.sum
|
|
|
|
# IDE and editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS specific
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Build and release artifacts
|
|
releases/
|
|
*.syso
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test files
|
|
*.test
|
|
*.out
|
|
coverage.txt
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*~
|
|
*.bak
|
|
*.log |