-
-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy path.gitignore
More file actions
107 lines (84 loc) · 2.48 KB
/
Copy path.gitignore
File metadata and controls
107 lines (84 loc) · 2.48 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# Built application files
*.apk
*.aab
*.ap_
# dotenv
.env
# Files for the ART/Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
out/
# Gradle files
.gradle/
build/
/release/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log
# Python benchmark helpers
__pycache__/
# Android Studio Navigation editor temp files
.navigation/
# Android Studio captures folder
captures/
# Intellij
*.iml
.idea/**/*
!/.idea/copyright/
!/.idea/externalDependencies.xml
# Firebase configuration. It was tracked once (removed 2025-03-26) and carries the project id and
# the Android API key; the app no longer uses Firebase at all, and if it ever does again this keeps
# the file out.
google-services.json
**/google-services.json
# Keystore files
*.jks
*.keystore
keystore.properties
crowdin.properties
# C++
.cxx/
# Nix stuff
.direnv/
result
# VSCode
.vscode/
# Rust. The paths are anchored on purpose: a bare 'debug/' matches every directory of that name —
# app/src/debug included, which is where the debug variant's icons live. That is exactly what
# happened for a long time, and the counter-exception !/app/src/debug/res that used to stand here
# could not help: git never re-includes anything inside an excluded directory.
/target/debug/
/target/
**/*.rs.bk
*.pdb
# Dictate: docs hidden from the public repo for now (kept locally)
private/
# Dictate: vendored sherpa-onnx native libs for on-device STT (issue #104). Reproducible build
# artifacts fetched from the pinned GitHub release — run scripts/fetch-sherpa-onnx.sh to populate.
/app/libs/sherpa-onnx-*.jar
/app/libs/onnxruntime-android-*.jar
/app/src/main/jniLibs/
# glide dictionary build artifacts
tools/glide-dict/dist/
# Demo recording for the README/store listings — kept locally, too large to version
/img/dictate_demo.mp4
# Dictate Cloud (cloud/) — the credit server. Its source is written to be published; its
# configuration is not. wrangler.jsonc holds the private address the alerts go to, the database id
# and every one of the watchdog's thresholds. The file sits here as a symlink to
# private/dictate-cloud/wrangler.jsonc, so wrangler finds it where it expects it without it ever
# being published. wrangler.example.jsonc is the template.
cloud/wrangler.jsonc
cloud/node_modules/
cloud/.wrangler/
# Same again: run from the wrong directory, wrangler drops its cache — account id included — in the
# repository root.
.wrangler/
cloud/.dev.vars
cloud/dist/