Add .gitignore to exclude build artifacts and screenshots

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Alvis
2026-04-08 11:23:50 +00:00
parent f1d51b8cc8
commit 25101008ef

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
backend/target/
frontend/.next/
frontend/node_modules/
*.png
.playwright-mcp/