chore(project): initialize cargo workspace, CI workflows, and package config

This commit is contained in:
Stevan Freeborn
2026-07-23 11:57:40 -05:00
parent 18c99e9f88
commit a6481370fa
9 changed files with 8156 additions and 0 deletions
+41
View File
@@ -0,0 +1,41 @@
# data
server/releases/
server/data/
# env
*.env*
!.env.example
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Licensing Keys
licensing/
# Rust build artifacts
target/
# Generated by Tauri
gen/schemas