gitignore
gitignore copied to clipboard
A collection of useful .gitignore templates
**Reasons for making this change:** Nowadays, with the advent of [debug.rb](https://github.com/ruby/debug) and the active development of [IRB](https://github.com/ruby/irb), etc, the realistic options of debuggers and REPLs in the Ruby world have...
Added VSCode IDE folder **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...
**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:** VS Code ignores should match `Global/VisualStudioCode.gitignore` for consistency. **Links to documentation supporting these rule changes:** Code Snippets (PR #3916): https://code.visualstudio.com/docs/editor/userdefinedsnippets#_project-snippet-scope Workspace File (PR #3832): https://code.visualstudio.com/docs/editor/multi-root-workspaces#_workspace-file...
**Reasons for making this change:** Ignore all minified files in your project. I use in my project several compiled css and js that in the end generates minified files that...
**Reasons for making this change:** Adds a .gitignore for [Adventure Game Studio](https://github.com/adventuregamestudio/ags) Projects. There is some [discussion](https://www.adventuregamestudio.co.uk/forums/index.php?topic=52882.0) on it here. **Links to documentation supporting these rule changes:** This is a...
**Reasons for making this change:** As a user of .gitignore files, I wanted to include the ephemeral .trx (Test Result XML) files, as they are frequently built under project root,...
**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_
I add Pods cause if you are for example add RealmSwift as a pod you can not push it to the git cause big file error appears so it is...
**Reasons for making this change:** This will make the file more consistent for the spaces and newlines.