Files
lxc-streamutils/.gitignore
T
2026-07-14 21:31:59 -07:00

39 lines
670 B
Plaintext

# Local secrets and deployment configuration
.env
.env.*
!.env.example
config.toml
# JavaScript / TypeScript dependencies and generated output
node_modules/
**/node_modules/
dist/
**/dist/
*.tsbuildinfo
coverage/
# Rust build output
target/
**/target/
*.rs.bk
# Runtime state and logs
data/
*.log
*.pid
# Editor and operating-system files
.DS_Store
Thumbs.db
.idea/
.vscode/
# Only the vendored blivedm crate source and its manifests are required to
# compile the local patch. Exclude its upstream docs, examples and tooling.
vendor/blivedm/*
!vendor/blivedm/Cargo.toml
!vendor/blivedm/Cargo.lock
!vendor/blivedm/LICENSE
!vendor/blivedm/src/
!vendor/blivedm/src/**