-
-
Notifications
You must be signed in to change notification settings - Fork 246
Expand file tree
/
Copy path.copilotignore
More file actions
63 lines (53 loc) · 1.04 KB
/
.copilotignore
File metadata and controls
63 lines (53 loc) · 1.04 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
# Build outputs
build/
app/build/
lib/build/
*.apk
*.aab
*.dex
*.class
# Gradle cache
.gradle/
.kotlin/
# IDE
.idea/
.vscode/
*.iml
# Generated code
app/build/generated/
app/build/intermediates/
app/build/kotlin/
# Signing
release.jks
keystore.properties
# i18n pipeline artifacts
scripts/i18n-todo.json
scripts/i18n-translated.json
# Non-default locale strings (AI should reference values/ only; translations are auto-generated)
app/src/main/res/values-zh-rCN/
app/src/main/res/values-zh-rTW/
app/src/main/res/values-de/
app/src/main/res/values-fr/
app/src/main/res/values-es/
app/src/main/res/values-it/
app/src/main/res/values-pt/
app/src/main/res/values-ru/
app/src/main/res/values-ja/
app/src/main/res/values-ko/
app/src/main/res/values-nl/
app/src/main/res/values-tr/
app/src/main/res/values-vi/
app/src/main/res/values-hi/
app/src/main/res/values-ta/
app/src/main/res/values-bn/
# Screenshots & marketing assets
screenshots/
fastlane/
# Static assets
app/src/main/res/drawable*/
app/src/main/res/mipmap*/
# Proguard
proguard/
# Logs
*.log
*.hprof