Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ruby: ignore RuboCop remote inherited config files (#3197) | Skye Shaw | 2019-10-04 | 1 | -0/+3 |
| | |||||
* | Update Ruby.ignore to ignore .byebug_history file | Patrick Boatner | 2019-01-22 | 1 | -0/+3 |
| | | | | | The file `.byebug_history` is generated when using the popular https://github.com/deivid-rodriguez/byebug gem for debugging in Ruby. It contains a list of commands the user has run while debugging, which should not be committed to the repository. The author of the gem agrees with this here: https://github.com/deivid-rodriguez/byebug/issues/204#issuecomment-178238302 I have copied this from the Rails gitignore here: https://github.com/github/gitignore/blob/f908e51bcf38ae5ede449c55189a7b25d8c507cc/Rails.gitignore#L45 | ||||
* | Add a brief explanation. | Eli Clemente Gordillo Foster | 2016-04-15 | 1 | -0/+1 |
| | |||||
* | Comment out .env rule | Eli Clemente Gordillo Foster | 2016-04-14 | 1 | -1/+2 |
| | |||||
* | Ignore .env | Eli Clemente Gordillo Foster | 2016-04-14 | 1 | -0/+1 |
| | | | This file is used moderately commonly to store environment variables locally. See Python.gitignore. | ||||
* | Ruby: Don't ignore vendor/Pods/ for Cocoapods, specific to RubyMotion | Hwee-Boon Yar | 2016-03-13 | 1 | -1/+8 |
| | |||||
* | Ruby: ignore more build artifacts specific to RubyMotion | Hwee-Boon Yar | 2016-03-11 | 1 | -0/+4 |
| | |||||
* | Fix few typos | Justas Brazauskas | 2015-12-13 | 1 | -1/+1 |
| | |||||
* | Ignore Default RSpec State File | Todd Bealmear | 2015-06-25 | 1 | -0/+1 |
| | |||||
* | add /vendor/bundle | polamjag | 2015-02-05 | 1 | -0/+1 |
| | |||||
* | Merge RubyMotion into Ruby | Carl Suster | 2014-03-07 | 1 | -0/+5 |
| | |||||
* | Unslashify *.gem,*.rbc,.rvmrc . | tiredpixel | 2013-11-11 | 1 | -3/+3 |
| | | | | | arcresu pointed out that `*.gem`, `*.rbc`, `.rvmrc` might not be at the top level in a repository. Thus, remove leading slashes for these. | ||||
* | Slashify Ruby files and directories. | tiredpixel | 2013-11-11 | 1 | -14/+14 |
| | | | | | | | | | Perhaps this is a little pedantic, but without the initial / all such matches within the repository get ignored, and without the trailing slash files as well as directories of that name get ignored. e.g. Specifying `tmp` and `test/tmp` without slashes is redundant, as `tmp` already ignores `test/tmp`, as well as every other `tmp` and `tmp/`. | ||||
* | Tighten some ruby ignore patterns | Carl Suster | 2013-11-10 | 1 | -12/+12 |
| | |||||
* | Optionally ignore ruby env normalisation files, with comments | Carl Suster | 2013-11-10 | 1 | -2/+13 |
| | |||||
* | Keep entries sorted to make it easier to lookup for a specific item or spot ↵ | Simone Carletti | 2011-04-08 | 1 | -8/+8 |
| | | | | duplicates. | ||||
* | Remove duplicate 'pkg' entry in Ruby.gitignore. | Simone Carletti | 2011-04-08 | 1 | -1/+0 |
| | |||||
* | Removing .DS_Store; specific to OS X, and redundant with Global/OSX | Peat Bakke | 2010-11-10 | 1 | -1/+0 |
| | |||||
* | Adding Emacs backup, and Vi swap ignores to Global/ | Chris Wanstrath | 2010-11-09 | 1 | -5/+0 |
| | |||||
* | Masking YARD build artifacts. | Pieter van de Bruggen | 2010-11-09 | 1 | -0/+5 |
| | | | | (https://github.com/lsegal/yard) | ||||
* | Removed TextMate-specific lines from Ruby.gitignore | Ron DeVera | 2010-11-09 | 1 | -2/+0 |
| | | | | Should be in Global/TextMate.gitignore | ||||
* | adding Gems ignores | amrnt | 2010-11-08 | 1 | -0/+22 |