Matteo Scandolo | a6a3aee | 2019-11-26 13:30:14 -0700 | [diff] [blame] | 1 | # Binaries for programs and plugins |
| 2 | *.exe |
| 3 | *.exe~ |
| 4 | *.dll |
| 5 | *.so |
| 6 | *.dylib |
| 7 | |
| 8 | # Test binary, build with `go test -c` |
| 9 | *.test |
| 10 | |
| 11 | # Output of the go coverage tool, specifically when used with LiteIDE |
| 12 | *.out |
| 13 | |
| 14 | # PyCharm / Goland |
| 15 | .idea/ |
| 16 | ### Go template |
| 17 | # Binaries for programs and plugins |
| 18 | *.exe |
| 19 | *.exe~ |
| 20 | *.dll |
| 21 | *.so |
| 22 | *.dylib |
| 23 | |
| 24 | # Test binary, build with `go test -c` |
| 25 | *.test |
| 26 | |
| 27 | # Output of the go coverage tool, specifically when used with LiteIDE |
| 28 | *.out |
| 29 | ### JetBrains template |
| 30 | # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm |
| 31 | # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
| 32 | |
| 33 | # User-specific stuff |
| 34 | .idea/**/workspace.xml |
| 35 | .idea/**/tasks.xml |
| 36 | .idea/**/usage.statistics.xml |
| 37 | .idea/**/dictionaries |
| 38 | .idea/**/shelf |
| 39 | |
| 40 | # Sensitive or high-churn files |
| 41 | .idea/**/dataSources/ |
| 42 | .idea/**/dataSources.ids |
| 43 | .idea/**/dataSources.local.xml |
| 44 | .idea/**/sqlDataSources.xml |
| 45 | .idea/**/dynamic.xml |
| 46 | .idea/**/uiDesigner.xml |
| 47 | .idea/**/dbnavigator.xml |
| 48 | |
| 49 | # Gradle |
| 50 | .idea/**/gradle.xml |
| 51 | .idea/**/libraries |
| 52 | |
| 53 | # Gradle and Maven with auto-import |
| 54 | # When using Gradle or Maven with auto-import, you should exclude module files, |
| 55 | # since they will be recreated, and may cause churn. Uncomment if using |
| 56 | # auto-import. |
| 57 | # .idea/modules.xml |
| 58 | # .idea/*.iml |
| 59 | # .idea/modules |
| 60 | |
| 61 | # CMake |
| 62 | cmake-build-*/ |
| 63 | |
| 64 | # Mongo Explorer plugin |
| 65 | .idea/**/mongoSettings.xml |
| 66 | |
| 67 | # File-based project format |
| 68 | *.iws |
| 69 | |
| 70 | # IntelliJ |
| 71 | out/ |
| 72 | |
| 73 | # mpeltonen/sbt-idea plugin |
| 74 | .idea_modules/ |
| 75 | |
| 76 | # JIRA plugin |
| 77 | atlassian-ide-plugin.xml |
| 78 | |
| 79 | # Cursive Clojure plugin |
| 80 | .idea/replstate.xml |
| 81 | |
| 82 | # Crashlytics plugin (for Android Studio and IntelliJ) |
| 83 | com_crashlytics_export_strings.xml |
| 84 | crashlytics.properties |
| 85 | crashlytics-build.properties |
| 86 | fabric.properties |
| 87 | |
| 88 | # Editor-based Rest Client |
| 89 | .idea/httpRequests |
| 90 | |
| 91 | /coverage.html |
| 92 | /vendor/ |