- Block .nixpacks folder from being used - Force Easypanel to use root Dockerfile - Ignore node_modules, dist, .git, IDE files
21 lines
188 B
Plaintext
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/
|