feat: update gitignore for attachment system

- 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 <noreply@anthropic.com>
This commit is contained in:
2025-07-01 11:06:29 +12:00
parent 7c43726abf
commit e78098ad45

3
.gitignore vendored
View File

@@ -97,3 +97,6 @@ config.json
*.csr *.csr
*.sublime-project *.sublime-project
*.sublime-workspace *.sublime-workspace
.vscode/
server
attachments/