Files
dealplustech/.dockerignore
Kunthawat Greethong 74bee2ab92 fix: Add .dockerignore to prevent .nixpacks auto-generation
- Block .nixpacks folder from being used
- Force Easypanel to use root Dockerfile
- Ignore node_modules, dist, .git, IDE files
2026-03-03 14:05:27 +07:00

21 lines
188 B
Plaintext

# Ignore auto-generated nixpacks folder
.nixpacks/
node_modules/
dist/
.git/
.gitignore
*.log
.DS_Store
# Development
.env
.env.local
.env.*.local
# IDE
.vscode/
.idea/
# Build
.astro/