gitignore
gitignore copied to clipboard
feat: add turbo repo to node gitignore
Reasons for making this change
Turbo Repo is a widely used node monorepo tool used with various frameworks and packages.
The .turbo directory contains build artifacts, logs, and cache data generated locally by the Turborepo CLI. Adding .turbo to .gitignore prevents accidental commits of large or irrelevant files, keeps the repository clean, and follows the official Turborepo recommendation for managing this directory.
Links to documentation supporting these rule changes
turborepoguide on ignore the.turbodirectory - https://turborepo.com/docs/getting-started/add-to-existing-repository#edit-gitignore
If this is a new template
Not applicable. This is an update to an existing template. Link to application or project’s homepage: https://turborepo.com/docs/getting-started/add-to-existing-repository#edit-gitignore
Merge and Approval Steps
- [x] Confirm that you've read the contribution guidelines and ensured your PR aligns
- [x] Ensure CI is passing
- [x] Get a review and Approval from one of the maintainers
Hey @dooleydevin please have a look TIA :)