From b6a926033daa41d2af8218eff93f2cf2c15e0f6c Mon Sep 17 00:00:00 2001 From: John Hammond Date: Sat, 9 May 2020 22:07:16 -0400 Subject: [PATCH] Fixed errata from merge --- .byebug_history | 6 ------ .gitignore | 1 + 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 .byebug_history diff --git a/.byebug_history b/.byebug_history deleted file mode 100644 index 9ade48b..0000000 --- a/.byebug_history +++ /dev/null @@ -1,6 +0,0 @@ -continue -!uit -quit -y -quit -exit -continue diff --git a/.gitignore b/.gitignore index f541b2d..d2871bd 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ env/ **/*.egg-info/ build/ dist/ +.byebug_history