go-cursor-help-v2/.gitignore
Xx e46a7ecfec chore: Update installation script and .gitignore for improved functionality
- Enhanced `install.sh` by adding network connectivity checks and executable file format validation to ensure a smoother installation process.
- Updated the installation directory creation logic to handle errors more gracefully.
- Modified the download URL to point to the correct repository branch and improved the curl command to show download progress.
- Cleaned up `.gitignore` by removing obsolete entries related to binaries and IDE configurations, streamlining the ignored files list.
- Added a new function to clean up old versions of the binary during installation.

These changes improve the reliability and user experience of the installation process.
2024-12-11 17:23:22 +08:00

20 lines
158 B
Plaintext

# Binary files
*.exe
*.dll
*.so
*.dylib
# Build directories
releases/
# Go specific
go.sum
# Temporary files
*.tmp
*~
# System files
.DS_Store
Thumbs.db