Skip to content

Commit c646862

Browse files
committed
Initial commit
0 parents  commit c646862

36 files changed

Lines changed: 2992 additions & 0 deletions

.gitignore

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Gradle
2+
.gradle/
3+
build/
4+
5+
# Kotlin
6+
.kotlin
7+
8+
# Local configuration
9+
local.properties
10+
signing.properties
11+
12+
!.github/workflows/release
13+
14+
# Android Studio
15+
captures/
16+
release/
17+
app/debug/*
18+
app/releaseCandidate/*
19+
app/beta/*
20+
app/alpha/*
21+
app/debugMin/*
22+
app/playstore/*
23+
.externalNativeBuild/
24+
.cxx/
25+
26+
# IntelliJ
27+
*.iml
28+
.idea/
29+
30+
# Keystore
31+
*.jks
32+
*.keystore
33+
34+
# MacOS
35+
.DS_Store

0 commit comments

Comments
 (0)