Initial commit: EifelDC - Discord-like Matrix chat platform
Some checks failed
CI / Rust Check (push) Has been cancelled
CI / Rust Tests (push) Has been cancelled
CI / Frontend Check (push) Has been cancelled
CI / Build Tauri (macOS) (push) Has been cancelled
CI / Build Tauri (macOS Intel) (push) Has been cancelled
CI / Build Tauri (Linux) (push) Has been cancelled
Some checks failed
CI / Rust Check (push) Has been cancelled
CI / Rust Tests (push) Has been cancelled
CI / Frontend Check (push) Has been cancelled
CI / Build Tauri (macOS) (push) Has been cancelled
CI / Build Tauri (macOS Intel) (push) Has been cancelled
CI / Build Tauri (Linux) (push) Has been cancelled
Includes server (Rust/Axum API proxy with voice management), Tauri desktop client with Svelte UI, bot-sdk, Docker infra (Synapse, PostgreSQL, Coturn, Nginx), and CI/CD pipeline.
This commit is contained in:
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/target/
|
||||
**/target/
|
||||
node_modules/
|
||||
dist/
|
||||
.svelte-kit/
|
||||
*.log
|
||||
*.pid
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
synapse-data/
|
||||
*.db
|
||||
*.db-journal
|
||||
*.db-wal
|
||||
*.pem
|
||||
*.key
|
||||
*.crt
|
||||
venv/
|
||||
synapse-venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.cargo/
|
||||
Reference in New Issue
Block a user