Files
devops dbd955d925
Build and Push Medusa / Construir y publicar Medusa (push) Successful in 2m7s
Update workloads/commerce-backend/.dockerignore
2026-08-02 06:49:07 +00:00

51 lines
394 B
Plaintext

# Git
.git
.gitignore
.github
# Docker
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
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