github.com/seeker-insurance/kit@v0.0.13/.gitignore (about) 1 # Personal files and folders 2 .me 3 4 # Binaries for programs and plugins 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 16 # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 17 .glide/ 18 19 #ide 20 .idea 21 .vscode 22 23 #os-specific 24 .DS_Store 25 desktop.ini