Add .gitignore and clean up repository
Build and Deploy / deploy (push) Failing after 1m34s

This commit is contained in:
CalebLewallen
2026-05-13 17:35:01 -04:00
parent 3c22823f72
commit bb26f9f91c
19335 changed files with 24 additions and 2090038 deletions
+24
View File
@@ -0,0 +1,24 @@
# Dependencies
node_modules/
.pnpm-store/
# Build output
dist/
# Astro
.astro/
# Environment variables
.env
.env.local
.env.production
.env.development
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# System files
.DS_Store
Thumbs.db