Files
attune/.dockerignore
David Culbreth 643023b6d5
Some checks failed
CI / Rustfmt (push) Successful in 19s
CI / Clippy (push) Successful in 1m57s
CI / Cargo Audit & Deny (push) Successful in 31s
CI / Web Blocking Checks (push) Successful in 1m36s
CI / Security Blocking Checks (push) Successful in 11s
CI / Web Advisory Checks (push) Successful in 34s
CI / Security Advisory Checks (push) Successful in 1m32s
CI / Tests (push) Successful in 8m54s
Publish Images And Chart / Resolve Publish Metadata (push) Successful in 3s
Publish Images And Chart / Publish Helm Chart (push) Has been cancelled
Publish Images And Chart / Publish init-user (push) Failing after 8s
Publish Images And Chart / Publish sensor (push) Failing after 13s
Publish Images And Chart / Publish init-packs (push) Failing after 19s
Publish Images And Chart / Publish worker (push) Failing after 13s
Publish Images And Chart / Publish api (push) Failing after 14s
Publish Images And Chart / Publish notifier (push) Failing after 13s
Publish Images And Chart / Publish executor (push) Failing after 10s
Publish Images And Chart / Publish web (push) Failing after 11m22s
Publish Images And Chart / Publish migrations (push) Failing after 11m37s
updating dockerignore
2026-03-16 09:11:51 -05:00

69 lines
870 B
Plaintext

# Rust build artifacts
target/
**/*.rs.bk
*.pdb
# Development artifacts
.env
.env.*
*.log
logs/
# Test artifacts
tests/artifacts/
tests/venvs/
tests/node_modules/
# Database files
*.db
*.sqlite
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Git
.git/
.gitignore
# Documentation and work summaries
docs/
work-summary/
reference/
PROBLEM.md
*.md
!README.md
# CI/CD
.github/
# Backup files
*.backup
migrations.backup/
# Node modules (web UI builds separately)
web/node_modules/
web/dist/
web/.vite/
# SQLx offline data (generated at build time)
#.sqlx/
# Configuration files (copied selectively)
config.development.yaml
config.test.yaml
config.e2e.yaml
config.example.yaml
# Scripts (not needed in runtime)
scripts/
!scripts/load_core_pack.py
# Cargo lock (workspace handles this)
# Uncomment if you want deterministic builds:
# !Cargo.lock