diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2017-01-11 11:28:25 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-11 11:28:25 -0500 |
commit | 9667813bfa8aed05652818f9b280cc75869f7eea (patch) | |
tree | 07ffea8483f5e6cef1d97f83f9b9753f273a2180 | |
parent | 8898a0ae2a0d5c8826fe08bbf4ccd10745802f9e (diff) | |
parent | 62577fb7ffbce01aab01d5a1dada48cd6069c420 (diff) | |
download | rails-9667813bfa8aed05652818f9b280cc75869f7eea.tar.gz rails-9667813bfa8aed05652818f9b280cc75869f7eea.tar.bz2 rails-9667813bfa8aed05652818f9b280cc75869f7eea.zip |
Merge pull request #27646 from palkan/chore/upd-gitignore
Add .byebug_history to .gitignore
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9268977c2f..4961ad588f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ .Gemfile .ruby-version +.byebug_history debug.log pkg /.bundle |