From b8fa5c4100dfa0372f6de70938c434efc9ceb915 Mon Sep 17 00:00:00 2001 From: Liane Hampe Date: Fri, 8 Jan 2021 10:40:50 +0100 Subject: [PATCH] Modify .gitignore Added .history to be ignored. It is a directory with local history used in Visual Studio Code IDE. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4c723dd9..72bc63f2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /test/fixtures/files/** !/test/fixtures/files/2017/** Gemfile.lock +.history \ No newline at end of file