chore: untrack node_modules, improve .gitignore

This commit is contained in:
Hanzo AI
2025-12-27 19:04:31 -08:00
parent 2dabd480fa
commit cef16f6f26
+14
View File
@@ -6,3 +6,17 @@ GEMINI.md
GROK.md
QWEN.md
grpc-server.log
# hygiene (untrack node_modules, block common build output)
node_modules/
**/node_modules/
.pnpm-store/
dist/
build/
.next/
coverage/
playwright-report/
test-results/
*.log
tmp/
.DS_Store