|
| 1 | +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm |
| 2 | +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
| 3 | +# Created by .ignore support plugin (hsz.mobi) |
| 4 | +### Go template |
| 5 | +# Binaries for programs and plugins |
| 6 | +*.exe |
| 7 | +*.exe~ |
| 8 | +*.dll |
| 9 | +*.so |
| 10 | +*.dylib |
| 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 | +vendor/ |
| 19 | + |
| 20 | +# User-specific stuff |
| 21 | +.idea/**/workspace.xml |
| 22 | +.idea/**/tasks.xml |
| 23 | +.idea/**/usage.statistics.xml |
| 24 | +.idea/**/dictionaries |
| 25 | +.idea/**/shelf |
| 26 | + |
| 27 | +# Sensitive or high-churn files |
| 28 | +.idea/**/dataSources/ |
| 29 | +.idea/**/dataSources.ids |
| 30 | +.idea/**/dataSources.local.xml |
| 31 | +.idea/**/sqlDataSources.xml |
| 32 | +.idea/**/dynamic.xml |
| 33 | +.idea/**/uiDesigner.xml |
| 34 | +.idea/**/dbnavigator.xml |
| 35 | + |
| 36 | +# Gradle |
| 37 | +.idea/**/gradle.xml |
| 38 | +.idea/**/libraries |
| 39 | + |
| 40 | +# Gradle and Maven with auto-import |
| 41 | +# When using Gradle or Maven with auto-import, you should exclude module files, |
| 42 | +# since they will be recreated, and may cause churn. Uncomment if using |
| 43 | +# auto-import. |
| 44 | +# .idea/modules.xml |
| 45 | +# .idea/*.iml |
| 46 | +# .idea/modules |
| 47 | + |
| 48 | +# CMake |
| 49 | +cmake-build-*/ |
| 50 | + |
| 51 | +# Mongo Explorer plugin |
| 52 | +.idea/**/mongoSettings.xml |
| 53 | + |
| 54 | +# File-based project format |
| 55 | +*.iws |
| 56 | + |
| 57 | +# IntelliJ |
| 58 | +out/ |
| 59 | + |
| 60 | +# mpeltonen/sbt-idea plugin |
| 61 | +.idea_modules/ |
| 62 | + |
| 63 | +# JIRA plugin |
| 64 | +atlassian-ide-plugin.xml |
| 65 | + |
| 66 | +# Cursive Clojure plugin |
| 67 | +.idea/replstate.xml |
| 68 | + |
| 69 | +# Crashlytics plugin (for Android Studio and IntelliJ) |
| 70 | +com_crashlytics_export_strings.xml |
| 71 | +crashlytics.properties |
| 72 | +crashlytics-build.properties |
| 73 | +fabric.properties |
| 74 | + |
| 75 | +# Editor-based Rest Client |
| 76 | +.idea/httpRequests |
0 commit comments