初步确定基础外观

This commit is contained in:
2026-08-14 23:30:00 +08:00
parent b997391500
commit 15683d0bab
6 changed files with 374 additions and 115 deletions
+31 -40
View File
@@ -1,45 +1,36 @@
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.build/
.buildlog/
.history
.svn/
.swiftpm/
migrate_working_dir/
# ============================================================
# frpc-console .gitignore
# ============================================================
# IntelliJ related
*.iml
*.ipr
*.iws
.idea/
# The .vscode folder contains launch configuration and tasks you configure in
# VS Code which you may wish to be included in version control, so this line
# is commented out by default.
#.vscode/
# Flutter/Dart/Pub related
**/doc/api/
**/ios/Flutter/.last_build_id
.dart_tool/
.flutter-plugins-dependencies
.pub-cache/
.pub/
# ---------- 构建产物 ----------
/build/
/coverage/
frpc-console
frpc-console.exe
*.exe
*.test
# Symbolication related
app.*.symbols
# ---------- 运行时生成 ----------
*.db
*.db-journal
frpc.log
frpc.pid
frpc.toml
# Obfuscation related
app.*.map.json
# ---------- IDE ----------
.idea/
.vscode/
*.swp
*.swo
*~
.dart_tool
.idea
# Android Studio will place build artifacts here
/android/app/debug
/android/app/profile
/android/app/release
# ---------- OS 垃圾 ----------
.DS_Store
Thumbs.db
desktop.ini
1.txt
# ---------- 临时文件 ----------
/tmp/
*.tmp