From 185b509eff0e02a0c6ee3efab051ed7d59c4520f Mon Sep 17 00:00:00 2001 From: cryptogopher Date: Sat, 18 Feb 2023 19:56:17 +0100 Subject: [PATCH] Ignore .bash_history --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f73e66d..9d982b4 100644 --- a/.gitignore +++ b/.gitignore @@ -32,9 +32,9 @@ config/master.key ## Environment normalization: /.bundle -/vendor/bundle -/.gem /.cache +/.gem +/vendor/bundle # these should all be checked in to normalize the environment: # Gemfile.lock, .ruby-version, .ruby-gemset @@ -51,6 +51,7 @@ bower.json .powenv # Ignore command history files. +.bash_history .byebug_history .lesshst .viminfo