gitignore
gitignore copied to clipboard
A collection of useful .gitignore templates
As documented in the [release notes](https://github.com/sbt/sbt/releases/tag/v1.4.0), as of v1.4.0 sbt generates a .bsp directory for IDE support via the build server protocol.
**Reasons for making this change:** Refactor repeated pattern: .cache is repeated twice but ideally, it should be mentioned only once in the .gitignore file and it will ignore all of...
**Reasons for making this change:** - Binary files `*.cmt` and `*.cmti` are generated by `ocamlc`/`ocamlopt` when invoked using the option `-bin-annot`. - These files are used by code inspection tools...
**Reasons for making this change:** In a Ruby IRB ("interactive Ruby") console session, my commands are persisted in a file named `.irb_history`; by default the file stores the last 1,000...
**Reasons for making this change:** This adds visual studio code generated folder .vscode to the python.gitignore, the comment can be removed to ignore the .vscode folder. **Links to documentation supporting...
It should be excluded. If devs need to change in contrib modules, they can write patches also they can share them with the community. https://www.drupal.org/docs/develop/git/using-git-to-contribute-to-drupal
**Reasons for making this change:** Added DS_Store (Desktop Services_Store) file, a macOS file that is created by Finder in every folder to hold the user's folder view preferences. This file...
[Node config](https://www.npmjs.com/package/config) is an often used module. It allows local configuration files that apply to the current platform and should not be tracked. [https://github.com/node-config/node-config/wiki/Configuration-Files#local-files](https://github.com/node-config/node-config/wiki/Configuration-Files#local-files) **Reasons for making this change:** _TODO_...
**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_
**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_