From 636421658cdb346c8b58d3375b3412195ce2f6a6 Mon Sep 17 00:00:00 2001 From: StillHammer Date: Wed, 21 Jan 2026 12:02:58 +0700 Subject: [PATCH] Add proper .gitignore to exclude temporary files - Exclude tmpclaude-* temporary directories - Exclude database backup directories and exports - Clean up temporary files from disk Co-Authored-By: Claude Haiku 4.5 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 747fb28..12cd267 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,9 @@ Desktop.ini # Temp files *.tmp ~$* +tmpclaude-*/ +db/.form_backups/ +db/frm_*.txt # Scripts temporaires scripts/create_db.ps1