Files
router-lists-ui/.dockerignore
T
denozord b0094e4658
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 4m32s
feat: Update Docker configuration and enhance AutoUrlManager with copy functionality for example format
2025-08-08 08:18:32 +07:00

35 lines
428 B
Plaintext

# VCS
.git
.gitattributes
.gitignore
# CI config (excluded from build context)
.gitea/
# Node modules
node_modules/
frontend/node_modules/
backend/node_modules/
# IDE/OS
.vscode/
.idea/
.DS_Store
# Logs
*.log
# Frontend build output
frontend/dist/
# Large example data not needed for image build
example/
example-servers*.json
# Misc docs
Dockerfile*
README.md
CHANGELOG.md
CI_TROUBLESHOOTING.md
DOCKER.md
SHX_NETWORK.md