feat: 新增代码格式化脚本

This commit is contained in:
lanyeeee
2026-02-24 04:52:20 +08:00
parent 74af53f2e4
commit 4cfafd4306
4 changed files with 55 additions and 20 deletions
+34
View File
@@ -0,0 +1,34 @@
# Auto-generated files
src/bindings.ts
# Build outputs
dist/
dist-ssr/
# Rust/Tauri backend
src-tauri/
# Dependencies
node_modules/
pnpm-lock.yaml
# IDE
.vscode/
.idea/
# files without parsers
.gitignore
.prettierignore
LICENSE
# Assets and images
*.svg
*.jpg
*.jpeg
*.png
*.gif
*.ico
*.webp
# Others
.github/