|
| 1 | +# Created by https://www.toptal.com/developers/gitignore/api/gradle,macos,linux,windows,jetbrains+all,kotlin |
| 2 | +# Edit at https://www.toptal.com/developers/gitignore?templates=gradle,macos,linux,windows,jetbrains+all,kotlin |
| 3 | + |
| 4 | +### JetBrains+all ### |
| 5 | +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider |
| 6 | +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
| 7 | + |
| 8 | +# User-specific stuff |
| 9 | +.idea/**/workspace.xml |
| 10 | +.idea/**/tasks.xml |
| 11 | +.idea/**/usage.statistics.xml |
| 12 | +.idea/**/dictionaries |
| 13 | +.idea/**/shelf |
| 14 | + |
| 15 | +# Generated files |
| 16 | +.idea/**/contentModel.xml |
| 17 | + |
| 18 | +# Sensitive or high-churn files |
| 19 | +.idea/**/dataSources/ |
| 20 | +.idea/**/dataSources.ids |
| 21 | +.idea/**/dataSources.local.xml |
| 22 | +.idea/**/sqlDataSources.xml |
| 23 | +.idea/**/dynamic.xml |
| 24 | +.idea/**/uiDesigner.xml |
| 25 | +.idea/**/dbnavigator.xml |
| 26 | + |
| 27 | +# Gradle |
| 28 | +.idea/**/gradle.xml |
| 29 | +.idea/**/libraries |
| 30 | + |
| 31 | +# Gradle and Maven with auto-import |
| 32 | +# When using Gradle or Maven with auto-import, you should exclude module files, |
| 33 | +# since they will be recreated, and may cause churn. Uncomment if using |
| 34 | +# auto-import. |
| 35 | +# .idea/artifacts |
| 36 | +# .idea/compiler.xml |
| 37 | +# .idea/jarRepositories.xml |
| 38 | +# .idea/modules.xml |
| 39 | +# .idea/*.iml |
| 40 | +# .idea/modules |
| 41 | +# *.iml |
| 42 | +# *.ipr |
| 43 | + |
| 44 | +# CMake |
| 45 | +cmake-build-*/ |
| 46 | + |
| 47 | +# Mongo Explorer plugin |
| 48 | +.idea/**/mongoSettings.xml |
| 49 | + |
| 50 | +# File-based project format |
| 51 | +*.iws |
| 52 | + |
| 53 | +# IntelliJ |
| 54 | +out/ |
| 55 | + |
| 56 | +# mpeltonen/sbt-idea plugin |
| 57 | +.idea_modules/ |
| 58 | + |
| 59 | +# JIRA plugin |
| 60 | +atlassian-ide-plugin.xml |
| 61 | + |
| 62 | +# Cursive Clojure plugin |
| 63 | +.idea/replstate.xml |
| 64 | + |
| 65 | +# Crashlytics plugin (for Android Studio and IntelliJ) |
| 66 | +com_crashlytics_export_strings.xml |
| 67 | +crashlytics.properties |
| 68 | +crashlytics-build.properties |
| 69 | +fabric.properties |
| 70 | + |
| 71 | +# Editor-based Rest Client |
| 72 | +.idea/httpRequests |
| 73 | + |
| 74 | +# Android studio 3.1+ serialized cache file |
| 75 | +.idea/caches/build_file_checksums.ser |
| 76 | + |
| 77 | +### JetBrains+all Patch ### |
| 78 | +# Ignores the whole .idea folder and all .iml files |
| 79 | +# See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360 |
| 80 | + |
| 81 | +.idea/ |
| 82 | + |
| 83 | +# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023 |
| 84 | + |
| 85 | +*.iml |
| 86 | +modules.xml |
| 87 | +.idea/misc.xml |
| 88 | +*.ipr |
| 89 | + |
| 90 | +# Sonarlint plugin |
| 91 | +.idea/sonarlint |
| 92 | + |
| 93 | +### Kotlin ### |
| 94 | +# Compiled class file |
| 95 | +*.class |
| 96 | + |
| 97 | +# Log file |
| 98 | +*.log |
| 99 | + |
| 100 | +# BlueJ files |
| 101 | +*.ctxt |
| 102 | + |
| 103 | +# Mobile Tools for Java (J2ME) |
| 104 | +.mtj.tmp/ |
| 105 | + |
| 106 | +# Package Files # |
| 107 | +*.jar |
| 108 | +*.war |
| 109 | +*.nar |
| 110 | +*.ear |
| 111 | +*.zip |
| 112 | +*.tar.gz |
| 113 | +*.rar |
| 114 | + |
| 115 | +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml |
| 116 | +hs_err_pid* |
| 117 | + |
| 118 | +### Linux ### |
| 119 | +*~ |
| 120 | + |
| 121 | +# temporary files which can be created if a process still has a handle open of a deleted file |
| 122 | +.fuse_hidden* |
| 123 | + |
| 124 | +# KDE directory preferences |
| 125 | +.directory |
| 126 | + |
| 127 | +# Linux trash folder which might appear on any partition or disk |
| 128 | +.Trash-* |
| 129 | + |
| 130 | +# .nfs files are created when an open file is removed but is still being accessed |
| 131 | +.nfs* |
| 132 | + |
| 133 | +### macOS ### |
| 134 | +# General |
| 135 | +.DS_Store |
| 136 | +.AppleDouble |
| 137 | +.LSOverride |
| 138 | + |
| 139 | +# Icon must end with two \r |
| 140 | +Icon |
| 141 | + |
| 142 | + |
| 143 | +# Thumbnails |
| 144 | +._* |
| 145 | + |
| 146 | +# Files that might appear in the root of a volume |
| 147 | +.DocumentRevisions-V100 |
| 148 | +.fseventsd |
| 149 | +.Spotlight-V100 |
| 150 | +.TemporaryItems |
| 151 | +.Trashes |
| 152 | +.VolumeIcon.icns |
| 153 | +.com.apple.timemachine.donotpresent |
| 154 | + |
| 155 | +# Directories potentially created on remote AFP share |
| 156 | +.AppleDB |
| 157 | +.AppleDesktop |
| 158 | +Network Trash Folder |
| 159 | +Temporary Items |
| 160 | +.apdisk |
| 161 | + |
| 162 | +### Windows ### |
| 163 | +# Windows thumbnail cache files |
| 164 | +Thumbs.db |
| 165 | +Thumbs.db:encryptable |
| 166 | +ehthumbs.db |
| 167 | +ehthumbs_vista.db |
| 168 | + |
| 169 | +# Dump file |
| 170 | +*.stackdump |
| 171 | + |
| 172 | +# Folder config file |
| 173 | +[Dd]esktop.ini |
| 174 | + |
| 175 | +# Recycle Bin used on file shares |
| 176 | +$RECYCLE.BIN/ |
| 177 | + |
| 178 | +# Windows Installer files |
| 179 | +*.cab |
| 180 | +*.msi |
| 181 | +*.msix |
| 182 | +*.msm |
| 183 | +*.msp |
| 184 | + |
| 185 | +# Windows shortcuts |
| 186 | +*.lnk |
| 187 | + |
| 188 | +### Gradle ### |
1 | 189 | .gradle
|
2 |
| -.idea |
3 |
| -build |
| 190 | +build/ |
| 191 | + |
| 192 | +# Ignore Gradle GUI config |
| 193 | +gradle-app.setting |
| 194 | + |
| 195 | +# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) |
| 196 | +!gradle-wrapper.jar |
| 197 | + |
| 198 | +# Cache of project |
| 199 | +.gradletasknamecache |
| 200 | + |
| 201 | +# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898 |
| 202 | +# gradle/wrapper/gradle-wrapper.properties |
| 203 | + |
| 204 | +### Gradle Patch ### |
| 205 | +**/build/ |
| 206 | + |
| 207 | +# End of https://www.toptal.com/developers/gitignore/api/gradle,macos,linux,windows,jetbrains+all,kotlin |
0 commit comments