Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add .byebug_history to gitignore | pisaacs | 2016-01-23 | 1 | -0/+3 |
| | | | .byebug_history included in default Rails5 setup (https://github.com/rails/rails/blob/master/railties/lib/rails/generators/rails/app/templates/gitignore) | ||||
* | Fix few typos | Justas Brazauskas | 2015-12-13 | 1 | -2/+2 |
| | |||||
* | Typo in comment | Wafiq Rodzuan | 2015-01-21 | 1 | -1/+1 |
| | | | I know this is petty, but imagine thousand upon thousand of corrective commits saved by fixing the typo right into the heart of the file. | ||||
* | Merge pull request #1257 from sidewinder94/patch-1 | Carl Suster | 2015-01-07 | 1 | -0/+3 |
|\ | | | | | Ignoring Pow environment settings (Rails) | ||||
| * | Removed .powconfig line | Antoine-Ali Zarrouk | 2014-11-18 | 1 | -1/+0 |
| | | | | | | Couldn't find any references to .powconfig being used in application directory | ||||
| * | Targeted more specifically pow files | Antoine-Ali Zarrouk | 2014-11-18 | 1 | -1/+2 |
| | | |||||
| * | Ignoring Pow environment settings | Antoine-Ali Zarrouk | 2014-10-21 | 1 | -0/+3 |
| | | |||||
* | | Added *.sqlite3-journal to Rails.gitignore | renhx | 2014-11-13 | 1 | -0/+1 |
|/ | |||||
* | Add ignores for bower-rails | Fabian Heredia Montiel | 2014-07-18 | 1 | -0/+5 |
| | | | bower-rails integrates bower.io into Rails, it allows you to have everything in a Bowerfile and install all vendor assets easily. | ||||
* | Changing been to being per https://github.com/tmountjr | Adam Gross | 2014-04-18 | 1 | -1/+1 |
| | |||||
* | Simple grammar update | Adam Gross | 2014-04-18 | 1 | -1/+1 |
| | |||||
* | add notice about secret files | Adrian Rangel | 2014-04-04 | 1 | -0/+2 |
| | |||||
* | Remove old sass-cache rule for Rails | Carl Suster | 2014-02-21 | 1 | -2/+0 |
| | |||||
* | secrets.yml, not secret. | Shawn Davenport | 2013-12-14 | 1 | -1/+1 |
| | |||||
* | Rails: Ignore the new home of secret_key_base. | Shawn Davenport | 2013-12-14 | 1 | -0/+1 |
| | |||||
* | Join comments in rails template | Carl Suster | 2013-11-10 | 1 | -4/+2 |
| | |||||
* | Optionally ignore ruby env normalisation files, with comments | Carl Suster | 2013-11-10 | 1 | -3/+12 |
| | |||||
* | Merge pull request #522 from zellux/master | Adam Roben | 2013-11-07 | 1 | -4/+4 |
|\ | | | | | Ignore Rails directories instead of their files | ||||
| * | Ignore Rails directories instead of their files | Yuanxuan Wang | 2013-01-24 | 1 | -4/+4 |
| | | |||||
* | | Remove .project from Rails.gitignore. | Pedro Nascimento | 2013-09-09 | 1 | -1/+0 |
| | | |||||
* | | added secret_token.rb | Aldo Román Nureña | 2013-08-12 | 1 | -0/+1 |
|/ | | | I added secret_token.rb file to the gitignore as there are public repos sharing it. | ||||
* | Merge pull request #463 from michaelminter/patch-1 | Daniel Hengeveld | 2012-12-19 | 1 | -1/+2 |
|\ | | | | | add .project files to .gitignore | ||||
| * | add .project files to .gitignore | Michael Minter | 2012-10-30 | 1 | -1/+2 |
| | | | | | | .project files come from Aptana Studio, a Rails IDE. | ||||
* | | added .rvmrc to the list of ignored extentions | mwitek | 2012-10-28 | 1 | -0/+1 |
|/ | |||||
* | config/*.yml should not be ignored in Rails | frankel | 2011-12-05 | 1 | -1/+0 |
| | | | | The possible files could be database.yml or sold.yml | ||||
* | added pickle generated files | Marcin Ciunelis | 2011-02-21 | 1 | -1/+2 |
| | |||||
* | added rerun and config ignores | seenmyfate | 2010-11-13 | 1 | -0/+2 |
| | |||||
* | Ignore .orig files for Rails | David Padilla | 2010-11-09 | 1 | -0/+2 |
| | |||||
* | Unless full paths are used .gitignore, all matching files and folders will ↵ | Tom Ward | 2010-11-08 | 1 | -7/+7 |
| | | | | | | be ignored, however deep they are in the repo. For example, ignoring log/* doesn't just ignore all log files, but also files such as lib/project/log/awesome_logger.rb. It's a mistake I've made a couple of times but never seemed to have learned from. | ||||
* | rspec config file and capybara generated files | Jeffry Degrande | 2010-11-09 | 1 | -0/+2 |
| | |||||
* | sass generated files | Jeffry Degrande | 2010-11-09 | 1 | -0/+2 |
| | |||||
* | Remove .rmvrc from Rails.gitignore. Feel free to add manually. | Chris Wanstrath | 2010-11-08 | 1 | -1/+0 |
| | |||||
* | I think you also want to ignore vendor/bundle... | Joey Geiger | 2010-11-08 | 1 | -0/+1 |
| | |||||
* | Ignore Rubinius compiled files | Yaroslav Markin | 2010-11-09 | 1 | -0/+1 |
| | |||||
* | added .rvmrc and coverage/ (rcov) to Rails.gitignore | bry4n | 2010-11-09 | 1 | -0/+2 |
| | |||||
* | begin! add Rails and Obj-C templates | Chris Wanstrath | 2010-11-08 | 1 | -0/+5 |