File tree Expand file tree Collapse file tree 4 files changed +65
-22
lines changed
Expand file tree Collapse file tree 4 files changed +65
-22
lines changed Original file line number Diff line number Diff line change 1+ # Built application files
2+ # *.apk
3+ * .ap_
4+ * .aab
5+
6+ # Files for the ART/Dalvik VM
7+ * .dex
8+
9+ # Java class files
10+ * .class
11+
12+ # Generated files
13+ bin /
14+ gen /
15+ out /
16+
17+ # Gradle files
18+ .gradle /
19+ build /
20+
21+ # Local configuration file (sdk path, etc)
22+ local.properties
23+
24+ # Proguard folder generated by Eclipse
25+ proguard /
26+
27+ # Log Files
28+ * .log
29+
30+ # Android Studio Navigation editor temp files
31+ .navigation /
32+
33+ # Android Studio captures folder
34+ captures /
35+
36+ # IntelliJ
137* .iml
2- .gradle
3- /local.properties
4- /.idea /workspace.xml
5- /.idea /libraries
6- .DS_Store
7- /build
8- /captures
38+ .idea /workspace.xml
39+ .idea /tasks.xml
40+ .idea /gradle.xml
41+ .idea /assetWizardSettings.xml
42+ .idea /dictionaries
43+ .idea /libraries
44+ .idea /caches
45+
46+ # Keystore files
47+ # Uncomment the following lines if you do not want to check your keystore files in.
48+ # *.jks
49+ # *.keystore
50+
51+ # External native build folder generated in Android Studio 2.2 and later
952.externalNativeBuild
53+
54+ # Google Services (e.g. APIs or Firebase)
55+ google-services.json
56+
57+ # Freeline
58+ freeline.py
59+ freeline /
60+ freeline_project_description.json
61+
62+ # fastlane
63+ fastlane /report.xml
64+ fastlane /Preview.html
65+ fastlane /screenshots
66+ fastlane /test_output
67+ fastlane /readme.md
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments