|
| 1 | + |
| 2 | +# Created by https://www.gitignore.io/api/go,intellij |
| 3 | + |
| 4 | +### Go ### |
| 5 | +# Binaries for programs and plugins |
| 6 | +*.exe |
| 7 | +*.dll |
| 8 | +*.so |
| 9 | +*.dylib |
| 10 | +build/.bin |
| 11 | + |
| 12 | +# Test binary, build with `go test -c` |
| 13 | +*.test |
| 14 | + |
| 15 | +# Output of the go coverage tool, specifically when used with LiteIDE |
| 16 | +*.out |
| 17 | + |
| 18 | +# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 |
| 19 | +.glide/ |
| 20 | + |
| 21 | +### Intellij ### |
| 22 | +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm |
| 23 | +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
| 24 | + |
| 25 | +# User-specific stuff: |
| 26 | +.idea/**/workspace.xml |
| 27 | +.idea/**/tasks.xml |
| 28 | +.idea/dictionaries |
| 29 | + |
| 30 | +# Sensitive or high-churn files: |
| 31 | +.idea/**/dataSources/ |
| 32 | +.idea/**/dataSources.ids |
| 33 | +.idea/**/dataSources.xml |
| 34 | +.idea/**/dataSources.local.xml |
| 35 | +.idea/**/sqlDataSources.xml |
| 36 | +.idea/**/dynamic.xml |
| 37 | +.idea/**/uiDesigner.xml |
| 38 | + |
| 39 | +# Gradle: |
| 40 | +.idea/**/gradle.xml |
| 41 | +.idea/**/libraries |
| 42 | + |
| 43 | +# CMake |
| 44 | +cmake-build-debug/ |
| 45 | + |
| 46 | +# Mongo Explorer plugin: |
| 47 | +.idea/**/mongoSettings.xml |
| 48 | + |
| 49 | +## File-based project format: |
| 50 | +*.iws |
| 51 | + |
| 52 | +## Plugin-specific files: |
| 53 | + |
| 54 | +# IntelliJ |
| 55 | +/out/ |
| 56 | + |
| 57 | +# mpeltonen/sbt-idea plugin |
| 58 | +.idea_modules/ |
| 59 | + |
| 60 | +# JIRA plugin |
| 61 | +atlassian-ide-plugin.xml |
| 62 | + |
| 63 | +# Cursive Clojure plugin |
| 64 | +.idea/replstate.xml |
| 65 | + |
| 66 | +# Crashlytics plugin (for Android Studio and IntelliJ) |
| 67 | +com_crashlytics_export_strings.xml |
| 68 | +crashlytics.properties |
| 69 | +crashlytics-build.properties |
| 70 | +fabric.properties |
| 71 | + |
| 72 | +### Intellij Patch ### |
| 73 | +# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 |
| 74 | + |
| 75 | +# *.iml |
| 76 | +# modules.xml |
| 77 | +# .idea/misc.xml |
| 78 | +# *.ipr |
| 79 | + |
| 80 | +# Sonarlint plugin |
| 81 | +.idea/sonarlint |
| 82 | + |
| 83 | +# End of https://www.gitignore.io/api/go,intellij |
| 84 | + |
| 85 | + |
| 86 | +# vendor |
| 87 | +vendor/ |
| 88 | + |
| 89 | +# goland |
| 90 | +.idea/ |
0 commit comments