gitignore icon indicating copy to clipboard operation
gitignore copied to clipboard

Add bun.gitignore for Bun-based projects

Open Snox-dev1 opened this issue 1 year ago • 3 comments

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/

Snox-dev1 avatar Jun 21 '24 23:06 Snox-dev1

nice

Jarred-Sumner avatar Jul 11 '24 21:07 Jarred-Sumner

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:

github-actions[bot] avatar Jun 10 '25 16:06 github-actions[bot]