✅ Added CSS import to BaseLayout.astro ✅ Plain CSS styles (not @apply) ✅ Font: 16px base ✅ Cookie banner: solid colors, inline styles ✅ Footer: policy links included
36 lines
293 B
Plaintext
36 lines
293 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.astro/
|
|
dist/
|
|
.db/
|
|
*.db
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Backup
|
|
dealplustech-old-nextjs/
|
|
dealplustech-fresh/
|
|
dealplustech-broken/
|
|
*.tar.gz
|
|
|
|
# Astro DB
|
|
db/
|