From b0811ad68acbde118672609c0991d9559d06b1fa Mon Sep 17 00:00:00 2001 From: Sam Aaron Date: Fri, 18 Oct 2024 13:06:23 +0100 Subject: [PATCH] .gitignore - ignore .history dir (created by a VSCode plugin) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 87d05d2af5..dfdbc39997 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ + +.history + # Compiled things # --------------