Skip to content

Commit 9ed4f28

Browse files
[Android] Cleanup and remove legacy stuff
1 parent d799074 commit 9ed4f28

File tree

1 file changed

+9
-58
lines changed

1 file changed

+9
-58
lines changed

Android.gitignore

Lines changed: 9 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,31 @@
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-
# Uncomment the following line in case you need and you don't have the release build type files in your app
17-
# release/
18-
191
# Gradle files
202
.gradle/
213
build/
224

235
# Local configuration file (sdk path, etc)
246
local.properties
257

26-
# Proguard folder generated by Eclipse
27-
proguard/
28-
29-
# Log Files
8+
# Log/OS Files
309
*.log
10+
.DS_Store
3111

32-
# Android Studio Navigation editor temp files
33-
.navigation/
34-
35-
# Android Studio captures folder
12+
# Android Studio generated files and folders
3613
captures/
14+
.externalNativeBuild/
15+
.cxx/
16+
*.apk
17+
output.json
3718

3819
# IntelliJ
3920
*.iml
40-
.idea/workspace.xml
41-
.idea/tasks.xml
42-
.idea/gradle.xml
43-
.idea/assetWizardSettings.xml
44-
.idea/dictionaries
45-
.idea/libraries
46-
.idea/jarRepositories.xml
47-
# Android Studio 3 in .gitignore file.
48-
.idea/caches
49-
.idea/modules.xml
50-
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
51-
.idea/navEditor.xml
21+
.idea/
5222

5323
# Keystore files
5424
*.jks
5525
*.keystore
5626

57-
# External native build folder generated in Android Studio 2.2 and later
58-
.externalNativeBuild
59-
.cxx/
60-
6127
# Google Services (e.g. APIs or Firebase)
62-
# google-services.json
63-
64-
# Freeline
65-
freeline.py
66-
freeline/
67-
freeline_project_description.json
68-
69-
# fastlane
70-
fastlane/report.xml
71-
fastlane/Preview.html
72-
fastlane/screenshots
73-
fastlane/test_output
74-
fastlane/readme.md
75-
76-
# Version control
77-
vcs.xml
28+
google-services.json
7829

7930
# Android Profiling
8031
*.hprof

0 commit comments

Comments
 (0)