github.com/go-haru/field@v0.0.2/.gitignore (about) 1 # system files 2 .DS_Store 3 ._* 4 5 # Binaries for programs and plugins 6 *.exe 7 *.exe~ 8 *.dll 9 *.so 10 *.dylib 11 12 # Test binary, built with `go test -c` 13 *.test 14 15 # Output of the go coverage tool, specifically when used with LiteIDE 16 *.out 17 18 # Dependency directories (remove the comment below to include it) 19 # vendor/ 20 21 # editor config 22 .idea/ 23 .vscode 24 25 # Go workspace file 26 go.work 27 go.work.sum