Delete .byebug_history

Should not be in version control
This commit is contained in:
Jared Beck 2017-12-04 11:52:45 -05:00
parent fe3aba3176
commit 50f6f2678a
2 changed files with 1 additions and 3 deletions

View File

@ -1,3 +0,0 @@
continue
$done_debugging = true
next

1
.gitignore vendored
View File

@ -11,6 +11,7 @@ coverage
pkg/*
*.gem
.bundle
.byebug_history
.rbenv-version
Gemfile.lock
vendor/*