fix: add .gitignore

This commit is contained in:
DuroCodes
2024-05-06 17:16:41 -04:00
parent bb190f2d81
commit 5bae733dff

21
.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
# 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
.env.production
# macOS-specific files
.DS_Store