BREAKING CHANGE: Complete rewrite from Angular SPA to Astro - Replace Angular 18 with Astro 5.16.7 + Tailwind CSS - Convert all Angular components to Astro components - Add content collections for blog with markdown support - Setup S3 deployment with CloudFront invalidation - Add RSS feed and sitemap generation - Configure Prettier and Biome for code formatting - Switch from npm to pnpm - Remove Amplify backend (now fully static) - Improve SEO and performance with static generation
37 lines
327 B
Text
37 lines
327 B
Text
# Dependencies
|
|
node_modules/
|
|
pnpm-lock.yaml
|
|
|
|
# Build output
|
|
dist/
|
|
.output/
|
|
.astro/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.*
|
|
|
|
# System files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Git
|
|
.git/
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Package files
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
# Cache
|
|
.cache/
|