-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
92 lines (83 loc) · 1.69 KB
/
Copy path.gitignore
File metadata and controls
92 lines (83 loc) · 1.69 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
# Android / Gradle
*.iml
.gradle/
build/
local.properties
.externalNativeBuild/
.cxx/
*.apk
*.aab
*.apks
*.keystore
*.jks
keystore.properties
play-service-account.json
# IDE
.idea/
*.swp
# Decompiled / reverse-engineering artifacts
release/
/.playwright-mcp
/.claude
# Scratch files (analysis, screenshots, ad-hoc)
.tmp_*
/.s*.png
/.u.xml
/.test.*
/.apng_test.png
*.btsnoop
*.cfa
*.log
deletelater.html
delete.html
# Stray build-output paths that have leaked into the repo before
**/eucplanet_*.png
**/build/eucplanet_*
test-out/
# Debug session dumps at repo root (uiautomator XML dumps, ad-hoc PNGs,
# settings_dump.bin, ...). Patterns are anchored to the repo root so they
# don't accidentally match real assets nested in res/ or wear/.
/[a-z].xml
/[a-z][0-9].xml
/u[a-z].xml
/u-pre.xml
/u-post.xml
/po*.xml
/p[0-9].xml
/tab[0-9].xml
/t[0-9].xml
/m.xml
/all.xml
/settings_dump.bin
/baseline-*.png
/bug*.png
/polish*.png
/step*.png
/u[0-9]*.png
/u[0-9]*-s.png
/u[0-9]*-state*.png
/v[0-9]*.png
/v[0-9]*-*.png
# Garmin watch-app monkeyc build artifacts (.prg, intermediate MIR, gen,
# build logs). Source lives in garmin-watch-app/source/ and manifest.xml;
# everything below is regenerable by monkeyc.
/garmin-watch-app/prgs-out/
/garmin-watch-app/gen/
/garmin-watch-app/external-mir/
/garmin-watch-app/internal-mir/
/garmin-watch-app/mir/
/garmin-watch-app/*.prg
/garmin-watch-app/*.prg.debug.xml
/garmin-watch-app/*.iq
/garmin-watch-app/build.out
/garmin-watch-app/build.err
/garmin-watch-app/iq-build.out
/garmin-watch-app/iq-build.err
# Local staging dir for `gh release upload`
/release-upload/
# Ad-hoc UI Automator dumps used while debugging
/ui-emu.xml
.tmp-p6/
.playwright-mcp/
play-*.png
open-testing-state.md