Add .gitignore to exclude node_modules and build artifacts

https://claude.ai/code/session_01C4T3bYHR2svLq7JVcxKJ6Y
This commit is contained in:
Claude
2026-05-27 11:04:50 +00:00
parent 3210132a21
commit 509e22ac9e
+4
View File
@@ -0,0 +1,4 @@
node_modules/
dist/
coverage/
*.local