Update workloads/commerce-backend/.dockerignore
Build and Push Medusa / Construir y publicar Medusa (push) Successful in 2m7s

This commit is contained in:
2026-08-02 06:49:07 +00:00
parent 7529b5756e
commit dbd955d925
+47 -1
View File
@@ -1,5 +1,51 @@
node_modules # Git
.git .git
.gitignore
.github .github
# Docker
Dockerfile Dockerfile
docker-compose.yml
docker-compose*.yml
# Node
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# IDE
.vscode
.idea
# Logs
*.log *.log
logs
# Tests
coverage
.nyc_output
# Documentation
README.md
*.md
# Environment
.env
.env.*
!.env.example
# OS
.DS_Store
Thumbs.db
# Cache
.cache
.tmp
dist
build
# Misc
*.swp
*.swo