Initial commit: 风影 OA 全栈源码(API/Web/Flutter/IM)
含 Phase 1.1 IM seq 排序、断线重连、多端已读同步与微信式语音转文字 UI。 排除 node_modules、构建产物、安装包与 .env 密钥。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+49
@@ -0,0 +1,49 @@
|
||||
node_modules
|
||||
dist
|
||||
build
|
||||
coverage
|
||||
.env
|
||||
*.log
|
||||
.DS_Store
|
||||
apps/api/generated
|
||||
apps/web/dist
|
||||
.idea
|
||||
.vscode
|
||||
apps/api/uploads
|
||||
import
|
||||
apps/api/.aliyun-sms.env*
|
||||
apps/api/.application-sms.yml*
|
||||
|
||||
# 本地 SDK / 工具链(不进仓库)
|
||||
flutter/
|
||||
android-sdk/
|
||||
.pnpm-store/
|
||||
backup/
|
||||
node_modules/
|
||||
|
||||
# 安装包与归档
|
||||
*.apk
|
||||
*.exe
|
||||
*.deb
|
||||
*.dmg
|
||||
*.msi
|
||||
*.aab
|
||||
*.ipa
|
||||
*.tar.gz
|
||||
*.zip
|
||||
*.mp4
|
||||
|
||||
# Flutter 构建缓存
|
||||
.dart_tool/
|
||||
apps/native/build/
|
||||
apps/native/dist/
|
||||
apps/native/.flutter-plugins
|
||||
apps/native/.flutter-plugins-dependencies
|
||||
|
||||
# Android 签名(勿上传)
|
||||
**/key.properties
|
||||
**/*.jks
|
||||
**/*.keystore
|
||||
|
||||
# 临时打包
|
||||
fengying-oa-code-*.tar.gz
|
||||
Reference in New Issue
Block a user