From 58bd5a78c05acdcf85b967eedc62ec31cce52ee8 Mon Sep 17 00:00:00 2001 From: Max P Date: Wed, 23 Apr 2025 08:33:38 +0000 Subject: [PATCH] Add .history/ to .gitignore to exclude history files from version control --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bdd7612..2baa0a9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .locale/ +.history/ \ No newline at end of file