github.com/greenpau/go-identity@v1.1.6/.gitignore (about) 1 vendor/** 2 bin/** 3 .coverage/** 4 .doc/** 5 *TODO* 6 .tmp/** 7 8 # Binaries for programs and plugins 9 *.exe 10 *.exe~ 11 *.dll 12 *.so 13 *.dylib 14 15 # Test binary, built with `go test -c` 16 *.test 17 18 # Output of the go coverage tool, specifically when used with LiteIDE 19 *.out 20 21 # Dependency directories (remove the comment below to include it) 22 # vendor/