build: exclude AI, credential and runtime state
MobilityOps acceptance / acceptance (pull_request) Failing after 4m36s
MobilityOps acceptance / acceptance (pull_request) Failing after 4m36s
This commit is contained in:
+44
-16
@@ -1,21 +1,49 @@
|
|||||||
# Backend image build context is the repository root (see compose.yaml); keep it small.
|
|
||||||
.git
|
.git
|
||||||
.gitea
|
.gitea
|
||||||
.state
|
.github
|
||||||
.mypy_cache
|
.gitignore
|
||||||
.ruff_cache
|
.agents
|
||||||
|
.codex
|
||||||
|
.claude
|
||||||
|
.dyad
|
||||||
|
.idea
|
||||||
|
.vscode
|
||||||
|
.vs
|
||||||
|
.venv
|
||||||
|
__pycache__
|
||||||
.pytest_cache
|
.pytest_cache
|
||||||
**/__pycache__
|
.ruff_cache
|
||||||
**/.venv
|
.mypy_cache
|
||||||
**/node_modules
|
node_modules
|
||||||
**/dist
|
frontend/node_modules
|
||||||
**/playwright-report
|
frontend/dist
|
||||||
**/test-results
|
dist
|
||||||
artifacts
|
artifacts
|
||||||
docs
|
coverage
|
||||||
deploy
|
playwright-report
|
||||||
n8n
|
test-results
|
||||||
frontend
|
|
||||||
*.tgz
|
|
||||||
*.tar.gz
|
|
||||||
.env
|
.env
|
||||||
|
.env.*
|
||||||
|
!.env.example
|
||||||
|
*.key
|
||||||
|
*.pem
|
||||||
|
*.p12
|
||||||
|
*.pfx
|
||||||
|
secrets
|
||||||
|
credentials
|
||||||
|
.state
|
||||||
|
data
|
||||||
|
backups
|
||||||
|
*.db
|
||||||
|
*.db-shm
|
||||||
|
*.db-wal
|
||||||
|
*.sqlite
|
||||||
|
*.sqlite-shm
|
||||||
|
*.sqlite-wal
|
||||||
|
*.log
|
||||||
|
*.tmp
|
||||||
|
*.zip
|
||||||
|
*.tar
|
||||||
|
*.tar.gz
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|||||||
Reference in New Issue
Block a user