1
Fork 0
This commit is contained in:
Korbs 2024-07-16 02:05:26 -04:00
commit ea1438363b
22 changed files with 529 additions and 0 deletions

20
.gitignore vendored Normal file
View file

@ -0,0 +1,20 @@
# build output
dist/
# generated types
.astro/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
# macOS-specific files
.DS_Store