Skip to content

Commit 529995f

Browse files
committed
feat: initial Loky app implementation
0 parents  commit 529995f

676 files changed

Lines changed: 58754 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Android
2+
*.iml
3+
.gradle
4+
/local.properties
5+
/.idea/caches
6+
/.idea/libraries
7+
/.idea/modules.xml
8+
/.idea/workspace.xml
9+
/.idea/navEditor.xml
10+
/.idea/assetWizardSettings.xml
11+
.DS_Store
12+
/build
13+
/captures
14+
.externalNativeBuild
15+
.cxx
16+
/google-services.json
17+
18+
# Built variants
19+
*.apk
20+
*.aar
21+
*.ap_
22+
*.aab
23+
24+
# Keystore files
25+
*.jks
26+
*.keystore
27+
*.p12
28+
*.jceks
29+
30+
# Android Studio
31+
/captures
32+
/.idea/
33+
*.iml
34+
.idea
35+
36+
# Log files
37+
*.log
38+
build_log*.txt
39+
40+
# Gradle
41+
.gradle/
42+
build/
43+
44+
# Kotlin
45+
.kotlin/
17 Bytes
Binary file not shown.
19 KB
Binary file not shown.
20.4 KB
Binary file not shown.
17 Bytes
Binary file not shown.

.gradle/8.3/dependencies-accessors/gc.properties

Whitespace-only changes.
6.98 MB
Binary file not shown.
17 Bytes
Binary file not shown.
1 Byte
Binary file not shown.
79.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)