forked from ximeiorg/Xime
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (51 loc) · 1.02 KB
/
Copy path.gitignore
File metadata and controls
56 lines (51 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
*.iml
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
/.idea/deploymentTargetSelector.xml
/.idea/misc.xml
.DS_Store
/build
/captures
.externalNativeBuild
.cxx
local.properties
signing-key-base64.txt
# APK签名密钥文件(不要提交到Git)
*.keystore
node_modules
*.jks
keystore-base64.txt
PROGRESS.md
DECISIONS.md
# librime and its dependencies
app/src/main/jni/librime/
app/src/main/jni/snappy/
app/src/main/jni/boost*
app/src/main/jni/onnxruntime/
app/src/main/jniLibs/
app/release
# sherpa-onnx build artifacts
build/sherpa-onnx-*
build/sherpa-onnx-*.tar.gz
# Large archives
*.tar.xz
*.tar.gz
*.zip
# Association model weights (large files, manually placed)
app/src/main/assets/association_model
/.kilo
/.kotlin
# Plugin module builds
plugin-api/build
plugins/funasr-speech/build
plugins/meme-bunny/build
plugins/kaomoji/build
# Plugin APKs (development only, not packaged in main app)
app/src/main/assets/plugins/*.apk
/.skills