|
| 1 | +# eclipse |
| 2 | +bin |
| 3 | +*.launch |
| 4 | +.settings |
| 5 | +.metadata |
| 6 | +.classpath |
| 7 | +.project |
| 8 | + |
| 9 | +# idea |
| 10 | +out |
| 11 | +*.ipr |
| 12 | +*.iws |
| 13 | +*.iml |
| 14 | +.idea |
| 15 | + |
| 16 | +# gradle |
| 17 | +build |
| 18 | +.gradle |
| 19 | + |
| 20 | +# other |
| 21 | +eclipse |
| 22 | +run |
| 23 | +build - Copy.gradle |
| 24 | +.vscode |
| 25 | +.devauth |
| 26 | +.DS_STORE |
| 27 | + |
| 28 | + |
| 29 | +# Created by https://www.toptal.com/developers/gitignore/api/java,gradle,forgegradle,kotlin,macos,intellij,intellij+all,eclipse,visualstudiocode |
| 30 | +# Edit at https://www.toptal.com/developers/gitignore?templates=java,gradle,forgegradle,kotlin,macos,intellij,intellij+all,eclipse,visualstudiocode |
| 31 | + |
| 32 | +### Eclipse ### |
| 33 | +.metadata |
| 34 | +bin/ |
| 35 | +tmp/ |
| 36 | +*.tmp |
| 37 | +*.bak |
| 38 | +*.swp |
| 39 | +*~.nib |
| 40 | +local.properties |
| 41 | +.settings/ |
| 42 | +.loadpath |
| 43 | +.recommenders |
| 44 | + |
| 45 | +# External tool builders |
| 46 | +.externalToolBuilders/ |
| 47 | + |
| 48 | +# Locally stored "Eclipse launch configurations" |
| 49 | +*.launch |
| 50 | + |
| 51 | +# PyDev specific (Python IDE for Eclipse) |
| 52 | +*.pydevproject |
| 53 | + |
| 54 | +# CDT-specific (C/C++ Development Tooling) |
| 55 | +.cproject |
| 56 | + |
| 57 | +# CDT- autotools |
| 58 | +.autotools |
| 59 | + |
| 60 | +# Java annotation processor (APT) |
| 61 | +.factorypath |
| 62 | + |
| 63 | +# PDT-specific (PHP Development Tools) |
| 64 | +.buildpath |
| 65 | + |
| 66 | +# sbteclipse plugin |
| 67 | +.target |
| 68 | + |
| 69 | +# Tern plugin |
| 70 | +.tern-project |
| 71 | + |
| 72 | +# TeXlipse plugin |
| 73 | +.texlipse |
| 74 | + |
| 75 | +# STS (Spring Tool Suite) |
| 76 | +.springBeans |
| 77 | + |
| 78 | +# Code Recommenders |
| 79 | +.recommenders/ |
| 80 | + |
| 81 | +# Annotation Processing |
| 82 | +.apt_generated/ |
| 83 | +.apt_generated_test/ |
| 84 | + |
| 85 | +# Scala IDE specific (Scala & Java development for Eclipse) |
| 86 | +.cache-main |
| 87 | +.scala_dependencies |
| 88 | +.worksheet |
| 89 | + |
| 90 | +# Uncomment this line if you wish to ignore the project description file. |
| 91 | +# Typically, this file would be tracked if it contains build/dependency configurations: |
| 92 | +#.project |
| 93 | + |
| 94 | +### Eclipse Patch ### |
| 95 | +# Spring Boot Tooling |
| 96 | +.sts4-cache/ |
| 97 | + |
| 98 | +### ForgeGradle ### |
| 99 | +# Minecraft client/server files |
| 100 | +run/ |
| 101 | + |
| 102 | +### Intellij ### |
| 103 | +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider |
| 104 | +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
| 105 | + |
| 106 | +# User-specific stuff |
| 107 | +.idea/**/workspace.xml |
| 108 | +.idea/**/tasks.xml |
| 109 | +.idea/**/usage.statistics.xml |
| 110 | +.idea/**/dictionaries |
| 111 | +.idea/**/shelf |
| 112 | + |
| 113 | +# AWS User-specific |
| 114 | +.idea/**/aws.xml |
| 115 | + |
| 116 | +# Generated files |
| 117 | +.idea/**/contentModel.xml |
| 118 | + |
| 119 | +# Sensitive or high-churn files |
| 120 | +.idea/**/dataSources/ |
| 121 | +.idea/**/dataSources.ids |
| 122 | +.idea/**/dataSources.local.xml |
| 123 | +.idea/**/sqlDataSources.xml |
| 124 | +.idea/**/dynamic.xml |
| 125 | +.idea/**/uiDesigner.xml |
| 126 | +.idea/**/dbnavigator.xml |
| 127 | + |
| 128 | +# Gradle |
| 129 | +.idea/**/gradle.xml |
| 130 | +.idea/**/libraries |
| 131 | + |
| 132 | +# Gradle and Maven with auto-import |
| 133 | +# When using Gradle or Maven with auto-import, you should exclude module files, |
| 134 | +# since they will be recreated, and may cause churn. Uncomment if using |
| 135 | +# auto-import. |
| 136 | +# .idea/artifacts |
| 137 | +# .idea/compiler.xml |
| 138 | +# .idea/jarRepositories.xml |
| 139 | +# .idea/modules.xml |
| 140 | +# .idea/*.iml |
| 141 | +# .idea/modules |
| 142 | +# *.iml |
| 143 | +# *.ipr |
| 144 | + |
| 145 | +# CMake |
| 146 | +cmake-build-*/ |
| 147 | + |
| 148 | +# Mongo Explorer plugin |
| 149 | +.idea/**/mongoSettings.xml |
| 150 | + |
| 151 | +# File-based project format |
| 152 | +*.iws |
| 153 | + |
| 154 | +# IntelliJ |
| 155 | +out/ |
| 156 | + |
| 157 | +# mpeltonen/sbt-idea plugin |
| 158 | +.idea_modules/ |
| 159 | + |
| 160 | +# JIRA plugin |
| 161 | +atlassian-ide-plugin.xml |
| 162 | + |
| 163 | +# Cursive Clojure plugin |
| 164 | +.idea/replstate.xml |
| 165 | + |
| 166 | +# SonarLint plugin |
| 167 | +.idea/sonarlint/ |
| 168 | + |
| 169 | +# Crashlytics plugin (for Android Studio and IntelliJ) |
| 170 | +com_crashlytics_export_strings.xml |
| 171 | +crashlytics.properties |
| 172 | +crashlytics-build.properties |
| 173 | +fabric.properties |
| 174 | + |
| 175 | +# Editor-based Rest Client |
| 176 | +.idea/httpRequests |
| 177 | + |
| 178 | +# Android studio 3.1+ serialized cache file |
| 179 | +.idea/caches/build_file_checksums.ser |
| 180 | + |
| 181 | +### Intellij Patch ### |
| 182 | +# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 |
| 183 | + |
| 184 | +# *.iml |
| 185 | +# modules.xml |
| 186 | +# .idea/misc.xml |
| 187 | +# *.ipr |
| 188 | + |
| 189 | +# Sonarlint plugin |
| 190 | +# https://plugins.jetbrains.com/plugin/7973-sonarlint |
| 191 | +.idea/**/sonarlint/ |
| 192 | + |
| 193 | +# SonarQube Plugin |
| 194 | +# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin |
| 195 | +.idea/**/sonarIssues.xml |
| 196 | + |
| 197 | +# Markdown Navigator plugin |
| 198 | +# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced |
| 199 | +.idea/**/markdown-navigator.xml |
| 200 | +.idea/**/markdown-navigator-enh.xml |
| 201 | +.idea/**/markdown-navigator/ |
| 202 | + |
| 203 | +# Cache file creation bug |
| 204 | +# See https://youtrack.jetbrains.com/issue/JBR-2257 |
| 205 | +.idea/$CACHE_FILE$ |
| 206 | + |
| 207 | +# CodeStream plugin |
| 208 | +# https://plugins.jetbrains.com/plugin/12206-codestream |
| 209 | +.idea/codestream.xml |
| 210 | + |
| 211 | +# Azure Toolkit for IntelliJ plugin |
| 212 | +# https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij |
| 213 | +.idea/**/azureSettings.xml |
| 214 | + |
| 215 | +### Intellij+all ### |
| 216 | +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider |
| 217 | +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
| 218 | + |
| 219 | +# User-specific stuff |
| 220 | + |
| 221 | +# AWS User-specific |
| 222 | + |
| 223 | +# Generated files |
| 224 | + |
| 225 | +# Sensitive or high-churn files |
| 226 | + |
| 227 | +# Gradle |
| 228 | + |
| 229 | +# Gradle and Maven with auto-import |
| 230 | +# When using Gradle or Maven with auto-import, you should exclude module files, |
| 231 | +# since they will be recreated, and may cause churn. Uncomment if using |
| 232 | +# auto-import. |
| 233 | +# .idea/artifacts |
| 234 | +# .idea/compiler.xml |
| 235 | +# .idea/jarRepositories.xml |
| 236 | +# .idea/modules.xml |
| 237 | +# .idea/*.iml |
| 238 | +# .idea/modules |
| 239 | +# *.iml |
| 240 | +# *.ipr |
| 241 | + |
| 242 | +# CMake |
| 243 | + |
| 244 | +# Mongo Explorer plugin |
| 245 | + |
| 246 | +# File-based project format |
| 247 | + |
| 248 | +# IntelliJ |
| 249 | + |
| 250 | +# mpeltonen/sbt-idea plugin |
| 251 | + |
| 252 | +# JIRA plugin |
| 253 | + |
| 254 | +# Cursive Clojure plugin |
| 255 | + |
| 256 | +# SonarLint plugin |
| 257 | + |
| 258 | +# Crashlytics plugin (for Android Studio and IntelliJ) |
| 259 | + |
| 260 | +# Editor-based Rest Client |
| 261 | + |
| 262 | +# Android studio 3.1+ serialized cache file |
| 263 | + |
| 264 | +### Intellij+all Patch ### |
| 265 | +# Ignore everything but code style settings and run configurations |
| 266 | +# that are supposed to be shared within teams. |
| 267 | + |
| 268 | +.idea/* |
| 269 | + |
| 270 | +!.idea/codeStyles |
| 271 | +!.idea/runConfigurations |
| 272 | + |
| 273 | +### Java ### |
| 274 | +# Compiled class file |
| 275 | +*.class |
| 276 | + |
| 277 | +# Log file |
| 278 | +*.log |
| 279 | + |
| 280 | +# BlueJ files |
| 281 | +*.ctxt |
| 282 | + |
| 283 | +# Mobile Tools for Java (J2ME) |
| 284 | +.mtj.tmp/ |
| 285 | + |
| 286 | +# Package Files # |
| 287 | +*.jar |
| 288 | +*.war |
| 289 | +*.nar |
| 290 | +*.ear |
| 291 | +*.zip |
| 292 | +*.tar.gz |
| 293 | +*.rar |
| 294 | + |
| 295 | +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml |
| 296 | +hs_err_pid* |
| 297 | +replay_pid* |
| 298 | + |
| 299 | +### Kotlin ### |
| 300 | +# Compiled class file |
| 301 | + |
| 302 | +# Log file |
| 303 | + |
| 304 | +# BlueJ files |
| 305 | + |
| 306 | +# Mobile Tools for Java (J2ME) |
| 307 | + |
| 308 | +# Package Files # |
| 309 | + |
| 310 | +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml |
| 311 | + |
| 312 | +### macOS ### |
| 313 | +# General |
| 314 | +.DS_Store |
| 315 | +.AppleDouble |
| 316 | +.LSOverride |
| 317 | + |
| 318 | +# Icon must end with two \r |
| 319 | +Icon |
| 320 | + |
| 321 | + |
| 322 | +# Thumbnails |
| 323 | +._* |
| 324 | + |
| 325 | +# Files that might appear in the root of a volume |
| 326 | +.DocumentRevisions-V100 |
| 327 | +.fseventsd |
| 328 | +.Spotlight-V100 |
| 329 | +.TemporaryItems |
| 330 | +.Trashes |
| 331 | +.VolumeIcon.icns |
| 332 | +.com.apple.timemachine.donotpresent |
| 333 | + |
| 334 | +# Directories potentially created on remote AFP share |
| 335 | +.AppleDB |
| 336 | +.AppleDesktop |
| 337 | +Network Trash Folder |
| 338 | +Temporary Items |
| 339 | +.apdisk |
| 340 | + |
| 341 | +### macOS Patch ### |
| 342 | +# iCloud generated files |
| 343 | +*.icloud |
| 344 | + |
| 345 | +### VisualStudioCode ### |
| 346 | +.vscode/* |
| 347 | +!.vscode/settings.json |
| 348 | +!.vscode/tasks.json |
| 349 | +!.vscode/launch.json |
| 350 | +!.vscode/extensions.json |
| 351 | +!.vscode/*.code-snippets |
| 352 | + |
| 353 | +# Local History for Visual Studio Code |
| 354 | +.history/ |
| 355 | + |
| 356 | +# Built Visual Studio Code Extensions |
| 357 | +*.vsix |
| 358 | + |
| 359 | +### VisualStudioCode Patch ### |
| 360 | +# Ignore all local history of files |
| 361 | +.history |
| 362 | +.ionide |
| 363 | + |
| 364 | +# Support for Project snippet scope |
| 365 | +.vscode/*.code-snippets |
| 366 | + |
| 367 | +# Ignore code-workspaces |
| 368 | +*.code-workspace |
| 369 | + |
| 370 | +### Gradle ### |
| 371 | +.gradle |
| 372 | +**/build/ |
| 373 | +!src/**/build/ |
| 374 | + |
| 375 | +# Ignore Gradle GUI config |
| 376 | +gradle-app.setting |
| 377 | + |
| 378 | +# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) |
| 379 | +!gradle-wrapper.jar |
| 380 | + |
| 381 | +# Avoid ignore Gradle wrappper properties |
| 382 | +!gradle-wrapper.properties |
| 383 | + |
| 384 | +# Cache of project |
| 385 | +.gradletasknamecache |
| 386 | + |
| 387 | +# Eclipse Gradle plugin generated files |
| 388 | +# Eclipse Core |
| 389 | +.project |
| 390 | +# JDT-specific (Eclipse Java Development Tools) |
| 391 | +.classpath |
| 392 | + |
| 393 | +# End of https://www.toptal.com/developers/gitignore/api/java,gradle,forgegradle,kotlin,macos,intellij,intellij+all,eclipse,visualstudiocode |
0 commit comments