This commit is contained in:
Darren.Zeng 2026-04-17 22:56:03 +02:00 committed by GitHub
commit 326afdfd76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,3 +8,26 @@ config/
*.md *.md
LICENSE LICENSE
assets/ assets/
# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
# Test files
*_test.go
/testdata/
# CI/CD
.github/
.gitlab-ci.yml
# Documentation
docs/
# Node modules (for frontend)
node_modules/
web/frontend/node_modules/