github.com/insolar/vanilla@v0.0.0-20201023172447-248fdf805322/.gitignore (about) 1 ### Go template 2 # Binaries for programs and plugins 3 *.exe 4 *.exe~ 5 *.dll 6 *.so 7 *.dylib 8 9 # Test binary, built with `go test -c` 10 *.test 11 *_test.log 12 13 # Output of the go coverage tool, specifically when used with LiteIDE 14 *.out 15 16 # Dependency directories 17 vendor/ 18 19 ### Generated/compiled files 20 bin/ 21 .artifacts/ 22 23 # +---------------------------------------------------------------------------------------------------+ 24 # | No user specific files like IDE configurations (`.idea/` or `.vscode` etc.) may be declared here. | 25 # | Use `core.excludesfile` git setting for such ignores. | 26 # +---------------------------------------------------------------------------------------------------+