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