chore: add .gitignore

This commit is contained in:
Alexa Amundson
2026-03-15 23:40:46 -05:00
parent a014dbf492
commit eb4c7b7daf

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
node_modules/
dist/
.env
.env.local
*.log
.DS_Store
.wrangler/
coverage/
.next/
.turbo/