mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2025-08-02 22:07:36 +08:00

- Added new messages for process management, including checking and closing Cursor instances, to improve user feedback. - Introduced new fields in the TextResource struct for better multilingual support, enhancing user experience across different languages. - Updated the ensureCursorClosed function to provide clearer status messages during the process of closing instances. - Improved the overall structure and readability of the code related to process management. These changes collectively enhance the application's usability and provide clearer communication to users during operation.
21 lines
177 B
Plaintext
21 lines
177 B
Plaintext
# Binary files
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Build directories
|
|
releases/
|
|
cursor-id-modifier
|
|
|
|
|
|
# Go specific
|
|
go.sum
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*~
|
|
|
|
# System files
|
|
.DS_Store
|
|
Thumbs.db |