From 106fad138e2fff4a5f50432f067f80f9fb983b65 Mon Sep 17 00:00:00 2001 From: BlessedRebuS Date: Mon, 2 Feb 2026 22:34:25 +0100 Subject: [PATCH] added gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6249e18..ed1f3d9 100644 --- a/.gitignore +++ b/.gitignore @@ -80,4 +80,7 @@ personal-values.yaml #exports dir (keeping .gitkeep so we have the dir) /exports/* -/src/exports/* \ No newline at end of file +/src/exports/* + +# tmux config +.tmux.conf \ No newline at end of file