mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2025-06-08 12:32:06 +08:00
23 lines
180 B
Plaintext
23 lines
180 B
Plaintext
# Binary files
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Build directories
|
|
releases/
|
|
cursor-id-modifier
|
|
|
|
|
|
# Go specific
|
|
go.sum
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*~
|
|
|
|
# System files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
.vscode
|