|
| 1 | +# Log file |
| 2 | +*.log |
| 3 | + |
| 4 | +# BlueJ files |
| 5 | +*.ctxt |
| 6 | + |
| 7 | +# Mobile Tools for Java (J2ME) |
| 8 | +.mtj.tmp/ |
| 9 | + |
| 10 | +# Package Files # |
| 11 | +*.jar |
| 12 | +*.war |
| 13 | +*.nar |
| 14 | +*.ear |
| 15 | +*.zip |
| 16 | +*.tar.gz |
| 17 | +*.rar |
| 18 | + |
| 19 | +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml |
| 20 | +hs_err_pid* |
| 21 | + |
| 22 | +.gradle |
| 23 | +**/build/ |
| 24 | +!src/**/build/ |
| 25 | + |
| 26 | +# Ignore Gradle GUI config |
| 27 | +gradle-app.setting |
| 28 | + |
| 29 | +# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) |
| 30 | +!gradle-wrapper.jar |
| 31 | + |
| 32 | +# Cache of project |
| 33 | +.gradletasknamecache |
| 34 | + |
| 35 | +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider |
| 36 | +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
| 37 | + |
| 38 | +# User-specific stuff |
| 39 | +.idea/**/workspace.xml |
| 40 | +.idea/**/tasks.xml |
| 41 | +.idea/**/usage.statistics.xml |
| 42 | +.idea/**/dictionaries |
| 43 | +.idea/**/shelf |
| 44 | + |
| 45 | +# AWS User-specific |
| 46 | +.idea/**/aws.xml |
| 47 | + |
| 48 | +# Generated files |
| 49 | +.idea/**/contentModel.xml |
| 50 | + |
| 51 | +# Sensitive or high-churn files |
| 52 | +.idea/**/dataSources/ |
| 53 | +.idea/**/dataSources.ids |
| 54 | +.idea/**/dataSources.local.xml |
| 55 | +.idea/**/sqlDataSources.xml |
| 56 | +.idea/**/dynamic.xml |
| 57 | +.idea/**/uiDesigner.xml |
| 58 | +.idea/**/dbnavigator.xml |
| 59 | + |
| 60 | +# Gradle |
| 61 | +.idea/**/gradle.xml |
| 62 | +.idea/**/libraries |
| 63 | + |
| 64 | +# Gradle and Maven with auto-import |
| 65 | +# When using Gradle or Maven with auto-import, you should exclude module files, |
| 66 | +# since they will be recreated, and may cause churn. Uncomment if using |
| 67 | +# auto-import. |
| 68 | +# .idea/artifacts |
| 69 | +# .idea/compiler.xml |
| 70 | +# .idea/jarRepositories.xml |
| 71 | +# .idea/modules.xml |
| 72 | +# .idea/*.iml |
| 73 | +# .idea/modules |
| 74 | +# *.iml |
| 75 | +# *.ipr |
| 76 | + |
| 77 | +# CMake |
| 78 | +cmake-build-*/ |
| 79 | + |
| 80 | +# Mongo Explorer plugin |
| 81 | +.idea/**/mongoSettings.xml |
| 82 | + |
| 83 | +# File-based project format |
| 84 | +*.iws |
| 85 | + |
| 86 | +# mpeltonen/sbt-idea plugin |
| 87 | +.idea_modules/ |
| 88 | + |
| 89 | +# JIRA plugin |
| 90 | +atlassian-ide-plugin.xml |
| 91 | + |
| 92 | +# Cursive Clojure plugin |
| 93 | +.idea/replstate.xml |
| 94 | + |
| 95 | +# Crashlytics plugin (for Android Studio and IntelliJ) |
| 96 | +com_crashlytics_export_strings.xml |
| 97 | +crashlytics.properties |
| 98 | +crashlytics-build.properties |
| 99 | +fabric.properties |
| 100 | + |
| 101 | +# Editor-based Rest Client |
| 102 | +.idea/httpRequests |
| 103 | + |
| 104 | + |
| 105 | +# Android studio 3.1+ serialized cache file |
| 106 | +#.idea/caches/build_file_checksums.ser |
| 107 | + |
| 108 | + |
| 109 | +# Built application files |
| 110 | +*.apk |
| 111 | +*.ap_ |
| 112 | +*.aab |
| 113 | + |
| 114 | +# Files for the ART/Dalvik VM |
| 115 | +*.dex |
| 116 | + |
| 117 | +# Java class files |
| 118 | +*.class |
| 119 | + |
| 120 | +# Generated files |
| 121 | +bin/ |
| 122 | +gen/ |
| 123 | +out/ |
| 124 | +# Uncomment the following line in case you need and you don't have the release build type files in your app |
| 125 | +# release/ |
| 126 | + |
| 127 | +# Gradle files |
| 128 | +.gradle/ |
| 129 | +build/ |
| 130 | + |
| 131 | +# Local configuration file (sdk path, etc) |
| 132 | +local.properties |
| 133 | + |
| 134 | +# Proguard folder generated by Eclipse |
| 135 | +proguard/ |
| 136 | + |
| 137 | +# Android Studio Navigation editor temp files |
| 138 | +.navigation/ |
| 139 | + |
| 140 | +# Android Studio captures folder |
| 141 | +captures/ |
| 142 | + |
| 143 | +# IntelliJ |
| 144 | +*.iml |
| 145 | +.idea/ |
| 146 | +.idea/misc.xml |
| 147 | +.idea/workspace.xml |
| 148 | +.idea/tasks.xml |
| 149 | +.idea/gradle.xml |
| 150 | +.idea/assetWizardSettings.xml |
| 151 | +.idea/dictionaries |
| 152 | +.idea/libraries |
| 153 | +.idea/jarRepositories.xml |
| 154 | +# Android Studio 3 in .gitignore file. |
| 155 | +.idea/caches |
| 156 | +.idea/modules.xml |
| 157 | +# Comment next line if keeping position of elements in Navigation Editor is relevant for you |
| 158 | +.idea/navEditor.xml |
| 159 | + |
| 160 | +# Keystore files |
| 161 | +# Uncomment the following lines if you do not want to check your keystore files in. |
| 162 | +#*.jks |
| 163 | +#*.keystore |
| 164 | + |
| 165 | +# External native build folder generated in Android Studio 2.2 and later |
| 166 | +.externalNativeBuild |
| 167 | +.cxx/ |
| 168 | + |
| 169 | +# Google Services (e.g. APIs or Firebase) |
| 170 | +# google-services.json |
| 171 | + |
| 172 | +# Freeline |
| 173 | +freeline.py |
| 174 | +freeline/ |
| 175 | +freeline_project_description.json |
| 176 | + |
| 177 | +# fastlane |
| 178 | +fastlane/report.xml |
| 179 | +fastlane/Preview.html |
| 180 | +fastlane/screenshots |
| 181 | +fastlane/test_output |
| 182 | +fastlane/readme.md |
| 183 | + |
| 184 | +# Version control |
| 185 | +vcs.xml |
| 186 | + |
| 187 | +# lint |
| 188 | +lint/intermediates/ |
| 189 | +lint/generated/ |
| 190 | +lint/outputs/ |
| 191 | +lint/tmp/ |
| 192 | +# lint/reports/ |
| 193 | + |
| 194 | +# Android Profiling |
| 195 | +*.hprof |
0 commit comments