File tree Expand file tree Collapse file tree 1 file changed +35
-14
lines changed Expand file tree Collapse file tree 1 file changed +35
-14
lines changed Original file line number Diff line number Diff line change 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
1
+ # System files
2
+ ** /.DS_Store
3
+
4
+ # Gradle files
5
+ .gradle /
6
+ build /
7
+
8
+ # Local configuration file (sdk path, etc)
15
9
local.properties
10
+
11
+ # Log/OS Files
12
+ * .log
13
+
14
+ # Android Studio generated files and folders
15
+ captures /
16
+ .externalNativeBuild /
17
+ .cxx /
18
+ * .apk
19
+ output.json
20
+
21
+ # IntelliJ
22
+ * .iml
23
+ .idea /
24
+ misc.xml
25
+ deploymentTargetDropDown.xml
26
+ render.experimental.xml
27
+
28
+ # Keystore files
29
+ * .jks
30
+ * .keystore
31
+
32
+ # Google Services (e.g. APIs or Firebase)
33
+ google-services.json
34
+
35
+ # Android Profiling
36
+ * .hprof
You can’t perform that action at this time.
0 commit comments