We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8629ea6 commit 86489b3Copy full SHA for 86489b3
.gitignore
@@ -1,15 +1,32 @@
1
-*.iml
2
-.gradle
3
-/local.properties
4
-/.idea/caches
5
-/.idea/libraries
6
-/.idea/modules.xml
7
-/.idea/workspace.xml
8
-/.idea/navEditor.xml
9
-/.idea/assetWizardSettings.xml
10
-.DS_Store
11
-/build
12
-/captures
13
-.externalNativeBuild
14
-.cxx
+# Gradle files
+.gradle/
+build/
+
+# Local configuration file (sdk path, etc)
15
local.properties
+# Android Studio generated files and folders
+captures/
+.externalNativeBuild/
+.cxx/
+.DS_Store
+*.apk
+output.json
16
+# IntelliJ
17
+*.iml
18
+.idea/
19
+misc.xml
20
+deploymentTargetDropDown.xml
21
+render.experimental.xml
22
23
+# Keystore files
24
+*.jks
25
+*.keystore
26
27
+# Google Services (e.g. APIs or Firebase)
28
+google-services.json
29
30
+# Android Profiling
31
+*.hprof
32
0 commit comments