Update workloads/ecommerce/.dockerignore
Build and Push Frontend / build (push) Canceled after 2m50s
Build and Push Frontend / build (push) Canceled after 2m50s
This commit is contained in:
@@ -1,7 +1,44 @@
|
||||
.git
|
||||
.gitea
|
||||
.next
|
||||
# Dependencias y compilaciones locales
|
||||
node_modules
|
||||
.next
|
||||
out
|
||||
coverage
|
||||
|
||||
# Control de versiones y editor
|
||||
.git
|
||||
.gitignore
|
||||
.gitea
|
||||
.vscode
|
||||
.idea
|
||||
|
||||
# Logs y temporales
|
||||
npm-debug.log*
|
||||
.env*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
*.log
|
||||
*.tmp
|
||||
.DS_Store
|
||||
|
||||
# Configuración local
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Documentación no necesaria en runtime
|
||||
README.md
|
||||
TECHNOLOGY.md
|
||||
|
||||
# Manifiestos GitOps fuera de la imagen
|
||||
frontend.yaml
|
||||
catalog-api.yaml
|
||||
ingress.yaml
|
||||
kustomization.yaml
|
||||
azure-pipelines.yml
|
||||
|
||||
# Herramientas heredadas no necesarias para Next.js
|
||||
tools
|
||||
catalog-source.csv
|
||||
|
||||
# TypeScript incremental local
|
||||
tsconfig.tsbuildinfo
|
||||
|
||||
Reference in New Issue
Block a user