This commit is contained in:
雷雨
2025-12-15 22:05:56 +08:00
commit 8635b84b2d
230 changed files with 53888 additions and 0 deletions

53
.gitignore vendored Normal file
View File

@@ -0,0 +1,53 @@
.idea
.vscode
.venv/
logs/
__pycache__
# ============================================
# From app/.gitignore
# ============================================
config.yaml
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# Dependencies
node_modules
# Build outputs
dist
dist-ssr
*.local
# Cache and Arts directories
.cache/
.arts/
**/.cache/
**/.arts/
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# ============================================
# From app/src-tauri/.gitignore
# ============================================
# Generated by Cargo
# will have compiled files and executables
app/src-tauri/target/
# Generated by Tauri
# will have schema files for capabilities auto-completion
app/src-tauri/gen/schemas