gitignore
gitignore copied to clipboard
A collection of useful .gitignore templates
### Laravel Official `.gitignore` for latest PHP Laravel projects. - https://github.com/laravel/laravel/blob/9.x/.gitignore
**Reasons for making this change:** Since Qt Creator version 6, a cache folder for the clangd code model is created. This folder should be ignored on Git **Links to documentation...
**Reasons for making this change:** New community contribution **Links to documentation supporting these rule changes:** * * If this is a new template: * *
Reasons for making this change: Repo had not .gitignore to support Apache Freemarker code. Links to documentation supporting these rule changes: https://freemarker.apache.org/sourcecode.html https://gitbox.apache.org/repos/asf?p=freemarker-site.git https://github.com/apache/freemarker-site/blob/master/.gitignore
**Reasons for making this change:** The file is generated at compile time with Visual Studio Version Infos. Depending which version is used the file appears as edited. _TODO_ XF Team...
Someone added a new section, # Visual Studio 6 technical files, for *.aps and *.ncb, but these are duplicates in the file. So duplicates removed. **Reasons for making this change:**...
VS2022 saves editor settings in an .editorconfig file. Ref: https://docs.microsoft.com/en-us/visualstudio/ide/create-portable-custom-editor-options?view=vs-2022 **Reasons for making this change:** EditorConfig settings are supported by many code editors and IDEs, including Visual Studio. It's a...
**Reasons for making this change:** Added folder `.idea` which is created by the JetBrains Rider IDE for .NET projects. See https://rider-support.jetbrains.com/hc/en-us/articles/207097529-What-is-the-idea-folder-
**Reasons for making this change:** Ignore the new `.bsp/` directory that is created by sbt 1.4.0 and later. **Links to documentation supporting these rule changes:** https://www.scala-sbt.org/1.x/docs/Combined+Pages.html#Build+server+protocol+%28BSP%29+support > sbt 1.4.0 adds...
Unity 2021+ has a folder called Layouts (with default-2021.dwlt file for info) which stores all layout changes. This should not be pushed to git **Reasons for making this change:** New...