Skip to content

Commit 271dbb2

Browse files
committed
Initial setup
0 parents  commit 271dbb2

File tree

4 files changed

+727
-0
lines changed

4 files changed

+727
-0
lines changed

.gitignore

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Gradle files
2+
.gradle/
3+
build/
4+
5+
# Local configuration file (sdk path, etc)
6+
local.properties
7+
8+
# Log/OS Files
9+
*.log
10+
.DS_Store
11+
12+
# Android Studio generated files and folders
13+
captures/
14+
.externalNativeBuild/
15+
.cxx/
16+
*.apk
17+
output.json
18+
19+
# IntelliJ
20+
*.iml
21+
.idea/
22+
misc.xml
23+
deploymentTargetDropDown.xml
24+
render.experimental.xml
25+
26+
# Keystore files
27+
*.jks
28+
*.keystore
29+
30+
# Google Services (e.g. APIs or Firebase)
31+
google-services.json
32+
33+
# Android Profiling
34+
*.hprof
35+
36+
*.DS_Store

0 commit comments

Comments
 (0)