Files
mypage/.gitignore
RJ 1042a43dfa 🖼️ added images support
- Should investigate how to resize the image from .md specs
2025-11-24 12:37:52 +00: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