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.
This commit is contained in:
2026-03-22 05:25:33 +00:00
parent f8e3b3c9e6
commit d35fe3416f

1
.gitignore vendored
View File

@@ -3,3 +3,4 @@ __pycache__/
*.pyc
node_modules/
dist/
.gitlocal