Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 4m32s
35 lines
428 B
Plaintext
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 |