From d35fe3416f034bcf354bcf1184e2f6819a6221f7 Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Sun, 22 Mar 2026 05:25:33 +0000 Subject: [PATCH] Ignores local Git configuration file Adds `.gitlocal` to prevent local-only Git configurations or temporary files from being tracked and committed. This ensures personal settings remain out of version control. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8dd5014..9112138 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ __pycache__/ *.pyc node_modules/ dist/ +.gitlocal