initial commit
This commit is contained in:
+38
@@ -0,0 +1,38 @@
|
||||
# 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/**
|
||||
Reference in New Issue
Block a user