|
| 1 | +### Go ### |
| 2 | +# Binaries for programs and plugins |
| 3 | +*.exe |
| 4 | +*.exe~ |
| 5 | +*.dll |
| 6 | +*.so |
| 7 | +*.dylib |
| 8 | + |
| 9 | +# Test binary, built with `go test -c` |
| 10 | +*.test |
| 11 | + |
| 12 | +# Output of the go coverage tool, specifically when used with LiteIDE |
| 13 | +*.out |
| 14 | + |
| 15 | +# Dependency directories (remove the comment below to include it) |
| 16 | +# vendor/ |
| 17 | + |
| 18 | +### Go Patch ### |
| 19 | +/vendor/ |
| 20 | +/Godeps/ |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | +### Intellij ### |
| 25 | +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm |
| 26 | +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
| 27 | +.idea |
| 28 | + |
| 29 | +# User-specific stuff |
| 30 | +.idea/**/workspace.xml |
| 31 | +.idea/**/tasks.xml |
| 32 | +.idea/**/usage.statistics.xml |
| 33 | +.idea/**/dictionaries |
| 34 | +.idea/**/shelf |
| 35 | + |
| 36 | +# Generated files |
| 37 | +.idea/**/contentModel.xml |
| 38 | + |
| 39 | +# Sensitive or high-churn files |
| 40 | +.idea/**/dataSources/ |
| 41 | +.idea/**/dataSources.ids |
| 42 | +.idea/**/dataSources.local.xml |
| 43 | +.idea/**/sqlDataSources.xml |
| 44 | +.idea/**/dynamic.xml |
| 45 | +.idea/**/uiDesigner.xml |
| 46 | +.idea/**/dbnavigator.xml |
| 47 | + |
| 48 | +# Gradle |
| 49 | +.idea/**/gradle.xml |
| 50 | +.idea/**/libraries |
| 51 | + |
| 52 | +# Gradle and Maven with auto-import |
| 53 | +# When using Gradle or Maven with auto-import, you should exclude module files, |
| 54 | +# since they will be recreated, and may cause churn. Uncomment if using |
| 55 | +# auto-import. |
| 56 | +# .idea/modules.xml |
| 57 | +# .idea/*.iml |
| 58 | +# .idea/modules |
| 59 | +# *.iml |
| 60 | +# *.ipr |
| 61 | + |
| 62 | +# CMake |
| 63 | +cmake-build-*/ |
| 64 | + |
| 65 | +# Mongo Explorer plugin |
| 66 | +.idea/**/mongoSettings.xml |
| 67 | + |
| 68 | +# File-based project format |
| 69 | +*.iws |
| 70 | + |
| 71 | +# IntelliJ |
| 72 | +out/ |
| 73 | + |
| 74 | +# mpeltonen/sbt-idea plugin |
| 75 | +.idea_modules/ |
| 76 | + |
| 77 | +# JIRA plugin |
| 78 | +atlassian-ide-plugin.xml |
| 79 | + |
| 80 | +# Cursive Clojure plugin |
| 81 | +.idea/replstate.xml |
| 82 | + |
| 83 | +# Crashlytics plugin (for Android Studio and IntelliJ) |
| 84 | +com_crashlytics_export_strings.xml |
| 85 | +crashlytics.properties |
| 86 | +crashlytics-build.properties |
| 87 | +fabric.properties |
| 88 | + |
| 89 | +# Editor-based Rest Client |
| 90 | +.idea/httpRequests |
| 91 | + |
| 92 | +# Android studio 3.1+ serialized cache file |
| 93 | +.idea/caches/build_file_checksums.ser |
| 94 | + |
| 95 | +### Intellij Patch ### |
| 96 | +# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 |
| 97 | + |
| 98 | +# *.iml |
| 99 | +# modules.xml |
| 100 | +# .idea/misc.xml |
| 101 | +# *.ipr |
| 102 | + |
| 103 | +# Sonarlint plugin |
| 104 | +.idea/**/sonarlint/ |
| 105 | + |
| 106 | +# SonarQube Plugin |
| 107 | +.idea/**/sonarIssues.xml |
| 108 | + |
| 109 | +# Markdown Navigator plugin |
| 110 | +.idea/**/markdown-navigator.xml |
| 111 | +.idea/**/markdown-navigator/ |
| 112 | + |
0 commit comments