gitignore
gitignore copied to clipboard
A collection of useful .gitignore templates
**Reasons for making this change:** The .gitignore i added only downloads stuff the project may need _TODO_ **Links to documentation supporting these rule changes:** I have no documentation _TODO_ If...
**Reasons for making this change:** Kotlin 2.0 added a new data directory called `.kotlin` for Gradle projects. I am not sure whether this should be in the Kotlin or the...
**Reasons for making this change:** .DS_Store don’t add to your project and [could leak data from other file names you didn’t stage for checkin](https://metacpan.org/dist/Mac-Finder-DSStore/view/DSStoreFormat.pod). **Links to documentation supporting these rule...
**Reasons for making this change:** These are files generated by Verify test library for approval tests. They shouldn't be checked in. **Links to documentation supporting these rule changes:** https://github.com/VerifyTests/Verify?tab=readme-ov-file#source-control-received-and-verified-files
**Reasons for making this change:** *.idb files (of VS2005 and probably other versions, too) should be also ignored. **Links to documentation supporting these rule changes:** See C.gitignore.
**Reasons for making this change:** Ignore `.utmp` directory generated by unity 6 projects.
**Reasons for making this change:** Bun is an new JavaScript runtime with an new package manger and has a lock file named bun.lockb which is not use case for small...
this is useful for developers that init a gleam project into an existing git repo where the `gleam new` tool will refrain from populating the .gitignore file. This situation may...
**Reasons for making this change:** Adding .gitignore file for MuleSoft 4 Applications. **Links to documentation supporting these rule changes:** https://developer.mulesoft.com/tutorials-and-howtos/quick-start/developing-your-first-mule-application/
**Reasons for making this change:** _TODO_ **Links to documentation supporting these rule changes:** _TODO_ If this is a new template: - **Link to application or project’s homepage**: _TODO_