github.com/sixexorg/magnetic-ring@v0.0.0-20191119090307-31705a21e419/.gitignore (about) 1 .idea 2 vm/cvm/cmd/cvm 3 vm/cvm/cmd/contract 4 account/keydir 5 .DS_Store 6 7 8 9 10 # Binaries for programs and plugins 11 *.exe 12 *.dll 13 *.so 14 *.dylib 15 16 # Test binary, build with `go test -c` 17 *.test 18 19 # Output of the go coverage tool, specifically when used with LiteIDE 20 *.out 21 22 # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 23 .glide/ 24 25 # vendor 26 *vendor* 27 28 # VSCode ignore 29 .vscode/* 30 !.vscode/settings.json 31 !.vscode/tasks.json 32 !.vscode/launch.json 33 !.vscode/extensions.json 34 35 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm 36 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 37 38 # User-specific stuff: 39 .idea/**/workspace.xml 40 .idea/**/tasks.xml 41 .idea/dictionaries 42 43 # Sensitive or high-churn files: 44 .idea/**/dataSources/ 45 .idea/**/dataSources.ids 46 .idea/**/dataSources.xml 47 .idea/**/dataSources.local.xml 48 .idea/**/sqlDataSources.xml 49 .idea/**/dynamic.xml 50 .idea/**/uiDesigner.xml 51 .idea/* 52 # Gradle: 53 .idea/**/gradle.xml 54 .idea/**/libraries 55 56 # CMake 57 cmake-build-debug/ 58 59 # Mongo Explorer plugin: 60 .idea/**/mongoSettings.xml 61 62 ## File-based project format: 63 *.iws 64 65 ## Plugin-specific files: 66 67 # IntelliJ 68 out/ 69 70 # mpeltonen/sbt-idea plugin 71 .idea_modules/ 72 73 # JIRA plugin 74 atlassian-ide-plugin.xml 75 76 # Cursive Clojure plugin 77 .idea/** 78 79 # Crashlytics plugin (for Android Studio and IntelliJ) 80 com_crashlytics_export_strings.xml 81 crashlytics.properties 82 crashlytics-build.properties 83 fabric.properties 84 debug 85 86 *.json 87 store/db/test/** 88 store/mainchain/storages/test/** 89 radar/mainchain/test/** 90 radar/orgchain/test/** 91 Store/mainchain/validation/test/** 92 93 94 magneticchain/** 95 *.sh 96 keystore/* 97 go-crystal 98 Magnetic 99 p2pserver/common/p2p_common.go 100 Orgcontainer/** 101 http/router/keystore 102 /Users/rudy/.config/git/attributes