You've already forked openaccounting-server
forked from cybercinch/openaccounting-server
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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -97,3 +97,6 @@ config.json
|
|||||||
*.csr
|
*.csr
|
||||||
*.sublime-project
|
*.sublime-project
|
||||||
*.sublime-workspace
|
*.sublime-workspace
|
||||||
|
.vscode/
|
||||||
|
server
|
||||||
|
attachments/
|
||||||
|
|||||||
Reference in New Issue
Block a user