go-cursor-help/.gitignore
dacrab 20b2eb74b7 feat: Enhance main.go with new process management features and multilingual support
- 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.
2024-12-12 22:35:33 +02:00

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