From 672114819126a7d1a0d3195c565a0df83b133d47 Mon Sep 17 00:00:00 2001 From: fbachus Date: Fri, 10 Jan 2025 02:13:17 +0100 Subject: [PATCH] feat(gitignore): ignore history.txt and backup folders --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 4ee259e..9900197 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,7 @@ *.jpg *.jpeg *.webp +*.bak .config/tmux/plugins *sync-conflict* +history.txt