Some checks failed
Branch Build CE / Build Setup (push) Has been cancelled
Branch Build CE / Build-Push Admin Docker Image (push) Has been cancelled
Branch Build CE / Build-Push Web Docker Image (push) Has been cancelled
Branch Build CE / Build-Push Space Docker Image (push) Has been cancelled
Branch Build CE / Build-Push Live Collaboration Docker Image (push) Has been cancelled
Branch Build CE / Build-Push API Server Docker Image (push) Has been cancelled
Branch Build CE / Build-Push Proxy Docker Image (push) Has been cancelled
Branch Build CE / Build-Push AIO Docker Image (push) Has been cancelled
Branch Build CE / Upload Build Assets (push) Has been cancelled
Branch Build CE / Build Release (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Codespell / Check for spelling errors (push) Has been cancelled
Sync Repositories / sync_changes (push) Has been cancelled
Synced from upstream: 8853637e981ed7d8a6cff32bd98e7afe20f54362
70 lines
840 B
Plaintext
70 lines
840 B
Plaintext
.git
|
|
*.pyc
|
|
.env
|
|
venv
|
|
.venv
|
|
node_modules/
|
|
**/node_modules/
|
|
npm-debug.log
|
|
.next/
|
|
**/.next/
|
|
.turbo/
|
|
**/.turbo/
|
|
build/
|
|
**/build/
|
|
out/
|
|
**/out/
|
|
dist/
|
|
**/dist/
|
|
# Logs
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
.pnpm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# OS junk
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor settings
|
|
.vscode
|
|
.idea
|
|
|
|
# Coverage and test output
|
|
coverage/
|
|
**/coverage/
|
|
*.lcov
|
|
.junit/
|
|
test-results/
|
|
|
|
# Caches and build artifacts
|
|
.cache/
|
|
**/.cache/
|
|
storybook-static/
|
|
*storybook.log
|
|
*.tsbuildinfo
|
|
|
|
# Local env and secrets
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
.secrets
|
|
tmp/
|
|
temp/
|
|
|
|
# Database/cache dumps
|
|
*.rdb
|
|
*.rdb.gz
|
|
|
|
# Misc
|
|
*.pem
|
|
*.key
|
|
|
|
# React Router - https://github.com/remix-run/react-router-templates/blob/dc79b1a065f59f3bfd840d4ef75cc27689b611e6/default/.dockerignore
|
|
.react-router/
|
|
build/
|
|
node_modules/
|
|
README.md
|