Files
chesco/.gitignore
T
CalebLewallen bb26f9f91c
Build and Deploy / deploy (push) Failing after 1m34s
Add .gitignore and clean up repository
2026-05-13 17:35:01 -04:00

25 lines
246 B
Plaintext

# 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