File tree 1 file changed +55
-36
lines changed
1 file changed +55
-36
lines changed Original file line number Diff line number Diff line change 1
- # Windows image file caches
2
- Thumbs.db
3
- ehthumbs.db
4
-
5
- # Folder config file
6
- Desktop.ini
7
-
8
- # Recycle Bin used on file shares
9
- $RECYCLE.BIN /
10
-
11
- # Windows Installer files
12
- * .cab
13
- * .msi
14
- * .msm
15
- * .msp
16
-
17
- # =========================
18
- # Operating System Files
19
- # =========================
20
-
21
- # OSX
22
- # =========================
23
-
24
- .DS_Store
25
- .AppleDouble
26
- .LSOverride
27
-
28
- # Icon must ends with two \r.
29
- Icon
30
-
31
- # Thumbnails
32
- ._ *
33
-
34
- # Files that might appear on external disk
35
- .Spotlight-V100
36
- .Trashes
1
+ # Built application files
2
+ * .apk
3
+ * .ap_
4
+
5
+ # Files for the ART/Dalvik VM
6
+ * .dex
7
+
8
+ # Java class files
9
+ * .class
10
+
11
+ # Generated files
12
+ bin /
13
+ gen /
14
+ out /
15
+
16
+ # Gradle files
17
+ .gradle /
18
+ build /
19
+
20
+ # Local configuration file (sdk path, etc)
21
+ local.properties
22
+
23
+ # Proguard folder generated by Eclipse
24
+ proguard /
25
+
26
+ # Log Files
27
+ * .log
28
+
29
+ # Android Studio Navigation editor temp files
30
+ .navigation /
31
+
32
+ # Android Studio captures folder
33
+ captures /
34
+
35
+ # Intellij
36
+ * .iml
37
+ .idea /workspace.xml
38
+ .idea /tasks.xml
39
+ .idea /gradle.xml
40
+ .idea /dictionaries
41
+ .idea /libraries
42
+
43
+ # Keystore files
44
+ * .jks
45
+
46
+ # External native build folder generated in Android Studio 2.2 and later
47
+ .externalNativeBuild
48
+
49
+ # Google Services (e.g. APIs or Firebase)
50
+ google-services.json
51
+
52
+ # Freeline
53
+ freeline.py
54
+ freeline /
55
+ freeline_project_description.json
You can’t perform that action at this time.
0 commit comments