Files
Portfolio/.gitignore
T
damjan_savicandClaude Sonnet 4.5 75ffb59084 auto-claude: subtask-1-2 - Run optimization on existing blog post images
Generated responsive image variants for all 4 existing blog posts:
- automated-ad-creatives
- erp-integration-breuninger
- fullstack-development-timetracking
- rfid-automation

Each post now has optimized cover images in multiple sizes:
- JPG variants: 200w, 300w, 400w, 600w, 800w, 1200w
- WebP variants: 200w, 300w, 400w, 600w, 800w, 1200w
- Optimized originals: cover.jpg, cover.webp

This matches the optimization pipeline used for project images and
enables responsive image loading with WebP support.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-25 06:26:45 +01:00

88 lines
1015 B
Plaintext

# Dependencies
node_modules
.pnp
.pnp.js
# Testing
coverage
# Production
dist
dist-ssr
build
# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
*.local
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# Editor directories and files
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# TypeScript
*.tsbuildinfo
# Cache
.eslintcache
.cache
.parcel-cache
.next
.nuxt
.vuepress/dist
.temp
.docusaurus
.serverless/
.fusebox/
.dynamodb/
.tern-port
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
# Supabase
supabase/.branches/
supabase/.temp/
# PWA files
**/public/workbox-*.js
**/public/sw.js
**/public/fallback-*.js
# Misc
.sass-cache/
.project
.classpath
.settings/
*.sublime-workspace
*.sublime-project
.history/
# Source images (originals before optimization)
source-images/
# Auto Claude data directory
.auto-claude/