Initial commit with .gitignore

This commit is contained in:
Ryan Malloy 2026-02-14 18:15:15 -07:00
commit b49b9ceef0

7
.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
node_modules/
dist/
.astro/
.env
*.log
.DS_Store
.vscode/