chore: add .gitignore and remove node_modules from tracking

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
qiudl
2026-01-04 20:51:35 +10:30
parent 06f287b7af
commit 91ef5dc161
58 changed files with 21 additions and 15065 deletions

21
.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
# Dependencies
node_modules/
# Build artifacts
dist/
build/
# OS files
.DS_Store
Thumbs.db
# Editor
.vscode/
.idea/
# Logs
*.log
# Temp files
*.tmp
*.swp