Remove .dockerignore file to streamline Docker build context

This commit is contained in:
m4x809 2025-10-25 09:55:03 +02:00
parent ba4f78b27a
commit edbda9ed27
Signed by: m4x809
SSH key fingerprint: SHA256:YCoFF78p2DUP94EnCScqLwldjkKDwdKSZq3r8p/6EiU

View file

@ -1,51 +0,0 @@
# Dependencies
node_modules
.pnp
.pnp.js
# Testing
coverage
# Next.js
.next
out
# Production
build
dist
# Misc
.DS_Store
*.pem
# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
*.log
# Local env files
.env*.local
.env
# Vercel
.vercel
# Typescript
*.tsbuildinfo
# Git
.git
.gitignore
# IDE
.vscode
.idea
*.swp
*.swo
*~
# README
README.md
scripts/README.md