From e78098ad45d0ae83d6ca241c1a746db944422055 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Tue, 1 Jul 2025 11:06:29 +1200 Subject: [PATCH] feat: update gitignore for attachment system MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add .vscode/ to ignore IDE-specific files - Add server to ignore build artifacts - Add attachments/ to ignore uploaded attachment files - Maintain clean repository without development artifacts 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a4c3eb7..bb4d844 100644 --- a/.gitignore +++ b/.gitignore @@ -97,3 +97,6 @@ config.json *.csr *.sublime-project *.sublime-workspace +.vscode/ +server +attachments/