We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 271dbb2Copy full SHA for 271dbb2
.gitignore
@@ -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