.gitignore (1375B)
1 # Created by .ignore support plugin (hsz.mobi) 2 ### Go template 3 # Binaries for programs and plugins 4 *.exe 5 *.dll 6 *.so 7 *.dylib 8 9 # Test binary, build with `go test -c` 10 *.test 11 12 # Output of the go coverage tool, specifically when used with LiteIDE 13 *.out 14 15 # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 16 .glide/ 17 ### JetBrains template 18 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm 19 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 20 21 # User-specific stuff: 22 .idea/**/workspace.xml 23 .idea/**/tasks.xml 24 .idea/dictionaries 25 26 # Sensitive or high-churn files: 27 .idea/**/dataSources/ 28 .idea/**/dataSources.ids 29 .idea/**/dataSources.xml 30 .idea/**/dataSources.local.xml 31 .idea/**/sqlDataSources.xml 32 .idea/**/dynamic.xml 33 .idea/**/uiDesigner.xml 34 35 # Gradle: 36 .idea/**/gradle.xml 37 .idea/**/libraries 38 39 # CMake 40 cmake-build-debug/ 41 42 # Mongo Explorer plugin: 43 .idea/**/mongoSettings.xml 44 45 ## File-based project format: 46 *.iws 47 48 ## Plugin-specific files: 49 50 # IntelliJ 51 out/ 52 53 # mpeltonen/sbt-idea plugin 54 .idea_modules/ 55 56 # JIRA plugin 57 atlassian-ide-plugin.xml 58 59 # Cursive Clojure plugin 60 .idea/replstate.xml 61 62 # Crashlytics plugin (for Android Studio and IntelliJ) 63 com_crashlytics_export_strings.xml 64 crashlytics.properties 65 crashlytics-build.properties 66 fabric.properties 67 bin/ 68 pkg/ 69 vendor/src/ 70 .idea/