Files
exchange/.dockerignore
Ruslan Bakiev 5eae00961c
All checks were successful
Build Docker Image / build (push) Successful in 6m3s
chore: optimize docker image build pipeline
2026-03-14 10:37:46 +07:00

26 lines
235 B
Plaintext

.git
.gitignore
.DS_Store
*.log
node_modules
.pnpm-store
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.env
.env.*
!.env.example
__pycache__
*.pyc
*.pyo
.venv
venv
.pytest_cache
.mypy_cache
coverage
.coverage
.nuxt
.output
dist
build