|
| 1 | + |
| 2 | +# Created by https://www.toptal.com/developers/gitignore/api/androidstudio |
| 3 | +# Edit at https://www.toptal.com/developers/gitignore?templates=androidstudio |
| 4 | + |
| 5 | +### AndroidStudio ### |
| 6 | +# Covers files to be ignored for android development using Android Studio. |
| 7 | + |
| 8 | +# Built application files |
| 9 | +*.apk |
| 10 | +*.ap_ |
| 11 | +*.aab |
| 12 | + |
| 13 | +# Files for the ART/Dalvik VM |
| 14 | +*.dex |
| 15 | + |
| 16 | +# Java class files |
| 17 | +*.class |
| 18 | + |
| 19 | +# Generated files |
| 20 | +bin/ |
| 21 | +gen/ |
| 22 | +out/ |
| 23 | + |
| 24 | +# Gradle files |
1 | 25 | .gradle
|
2 |
| -/local.properties |
3 |
| -/.idea |
4 |
| -.DS_Store |
5 |
| -/build |
| 26 | +.gradle/ |
| 27 | +build/ |
| 28 | + |
| 29 | +# Signing files |
| 30 | +.signing/ |
| 31 | + |
| 32 | +# Local configuration file (sdk path, etc) |
| 33 | +local.properties |
| 34 | + |
| 35 | +# Proguard folder generated by Eclipse |
| 36 | +proguard/ |
| 37 | + |
| 38 | +# Log Files |
| 39 | +*.log |
| 40 | + |
| 41 | +# Android Studio |
| 42 | +/*/build/ |
| 43 | +/*/local.properties |
| 44 | +/*/out |
| 45 | +/*/*/build |
| 46 | +/*/*/production |
| 47 | +captures/ |
| 48 | +.navigation/ |
| 49 | +*.ipr |
| 50 | +*~ |
| 51 | +*.swp |
| 52 | + |
| 53 | +# Keystore files |
| 54 | +*.jks |
| 55 | +*.keystore |
| 56 | + |
| 57 | +# Google Services (e.g. APIs or Firebase) |
| 58 | +# google-services.json |
| 59 | + |
| 60 | +# Android Patch |
| 61 | +gen-external-apklibs |
| 62 | + |
| 63 | +# External native build folder generated in Android Studio 2.2 and later |
| 64 | +.externalNativeBuild |
| 65 | + |
| 66 | +# NDK |
| 67 | +obj/ |
| 68 | + |
| 69 | +# IntelliJ IDEA |
6 | 70 | *.iml
|
| 71 | +*.iws |
| 72 | +/out/ |
| 73 | + |
| 74 | +# User-specific configurations |
| 75 | +.idea |
| 76 | +.idea/caches/ |
| 77 | +.idea/libraries/ |
| 78 | +.idea/shelf/ |
| 79 | +.idea/workspace.xml |
| 80 | +.idea/tasks.xml |
| 81 | +.idea/.name |
| 82 | +.idea/compiler.xml |
| 83 | +.idea/copyright/profiles_settings.xml |
| 84 | +.idea/encodings.xml |
| 85 | +.idea/misc.xml |
| 86 | +.idea/modules.xml |
| 87 | +.idea/scopes/scope_settings.xml |
| 88 | +.idea/dictionaries |
| 89 | +.idea/vcs.xml |
| 90 | +.idea/jsLibraryMappings.xml |
| 91 | +.idea/datasources.xml |
| 92 | +.idea/dataSources.ids |
| 93 | +.idea/sqlDataSources.xml |
| 94 | +.idea/dynamic.xml |
| 95 | +.idea/uiDesigner.xml |
| 96 | +.idea/assetWizardSettings.xml |
| 97 | +.idea/gradle.xml |
| 98 | +.idea/jarRepositories.xml |
| 99 | +.idea/navEditor.xml |
| 100 | + |
| 101 | +# OS-specific files |
| 102 | +.DS_Store |
| 103 | +.DS_Store? |
| 104 | +._* |
| 105 | +.Spotlight-V100 |
| 106 | +.Trashes |
| 107 | +ehthumbs.db |
| 108 | +Thumbs.db |
| 109 | + |
| 110 | +# Legacy Eclipse project files |
| 111 | +.classpath |
| 112 | +.project |
| 113 | +.cproject |
| 114 | +.settings/ |
| 115 | + |
| 116 | +# Mobile Tools for Java (J2ME) |
| 117 | +.mtj.tmp/ |
| 118 | + |
| 119 | +# Package Files # |
| 120 | +*.war |
| 121 | +*.ear |
| 122 | + |
| 123 | +# virtual machine crash logs (Reference: http://www.java.com/en/download/help/error_hotspot.xml) |
| 124 | +hs_err_pid* |
| 125 | + |
| 126 | +## Plugin-specific files: |
| 127 | + |
| 128 | +# mpeltonen/sbt-idea plugin |
| 129 | +.idea_modules/ |
| 130 | + |
| 131 | +# JIRA plugin |
| 132 | +atlassian-ide-plugin.xml |
| 133 | + |
| 134 | +# Mongo Explorer plugin |
| 135 | +.idea/mongoSettings.xml |
| 136 | + |
| 137 | +# Crashlytics plugin (for Android Studio and IntelliJ) |
| 138 | +com_crashlytics_export_strings.xml |
| 139 | +crashlytics.properties |
| 140 | +crashlytics-build.properties |
| 141 | +fabric.properties |
| 142 | + |
| 143 | +### AndroidStudio Patch ### |
| 144 | + |
| 145 | +!/gradle/wrapper/gradle-wrapper.jar |
| 146 | + |
| 147 | +# End of https://www.toptal.com/developers/gitignore/api/androidstudio |
0 commit comments