Add bun.gitignore for Bun-based projects
This pull request adds a .gitignore file specifically designed for projects using Bun as a package manager. The bun.gitignore file includes rules to ignore common files and directories generated during development with Bun, as well as other tools and frameworks frequently used in conjunction with Bun.
Reasons for making this change: This .gitignore file is crucial for developers using Bun as it effectively ignores files and directories that should not be tracked by Git. This includes log files, caches, dependency directories, and other files specific to various tools and frameworks commonly used with Bun.
- Link to application or project’s homepage: https://bun.sh/
nice
This PR is stale because there have been no updates in 90 days. It will close after 180 days of inactivity. Leave a comment if you want to keep it open :smile: