Files
mypage/.gitignore
RJ a2bd055879 🖼️ added images support
- Should investigate how to resize the image from .md specs
2025-11-21 16:15:15 +02:00

25 lines
341 B
Plaintext

node_modules
.next
dist
out
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.DS_Store
*.pem
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
.vercel
*.tsbuildinfo
next-env.d.ts
# Build artifacts (copied images)
public/blog/**/*.jpg
public/blog/**/*.png
public/blog/**/*.webp
public/blog/**/*.gif