aboutsummaryrefslogtreecommitdiffstats
path: root/Ruby.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Ruby: ignore RuboCop remote inherited config files (#3197)Skye Shaw2019-10-041-0/+3
|
* Update Ruby.ignore to ignore .byebug_history filePatrick Boatner2019-01-221-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 Foster2016-04-151-0/+1
|
* Comment out .env ruleEli Clemente Gordillo Foster2016-04-141-1/+2
|
* Ignore .envEli Clemente Gordillo Foster2016-04-141-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 RubyMotionHwee-Boon Yar2016-03-131-1/+8
|
* Ruby: ignore more build artifacts specific to RubyMotionHwee-Boon Yar2016-03-111-0/+4
|
* Fix few typosJustas Brazauskas2015-12-131-1/+1
|
* Ignore Default RSpec State FileTodd Bealmear2015-06-251-0/+1
|
* add /vendor/bundlepolamjag2015-02-051-0/+1
|
* Merge RubyMotion into RubyCarl Suster2014-03-071-0/+5
|
* Unslashify *.gem,*.rbc,.rvmrc .tiredpixel2013-11-111-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.tiredpixel2013-11-111-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 patternsCarl Suster2013-11-101-12/+12
|
* Optionally ignore ruby env normalisation files, with commentsCarl Suster2013-11-101-2/+13
|
* Keep entries sorted to make it easier to lookup for a specific item or spot ↵Simone Carletti2011-04-081-8/+8
| | | | duplicates.
* Remove duplicate 'pkg' entry in Ruby.gitignore.Simone Carletti2011-04-081-1/+0
|
* Removing .DS_Store; specific to OS X, and redundant with Global/OSXPeat Bakke2010-11-101-1/+0
|
* Adding Emacs backup, and Vi swap ignores to Global/Chris Wanstrath2010-11-091-5/+0
|
* Masking YARD build artifacts.Pieter van de Bruggen2010-11-091-0/+5
| | | | (https://github.com/lsegal/yard)
* Removed TextMate-specific lines from Ruby.gitignoreRon DeVera2010-11-091-2/+0
| | | | Should be in Global/TextMate.gitignore
* adding Gems ignoresamrnt2010-11-081-0/+22