github.com/crossplane-contrib/function-cue@v0.2.2-0.20240508161918-5100fcb5a058/.gitignore (about) 1 # If you prefer the allow list template instead of the deny list, see community template: 2 # https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore 3 # 4 5 .idea/ 6 # Binaries for programs and plugins 7 *.exe 8 *.exe~ 9 *.dll 10 *.so 11 *.dylib 12 13 # Test binary, built with `go test -c` 14 *.test 15 16 # Output of the go coverage tool, specifically when used with LiteIDE 17 *.out 18 19 # Dependency directories (remove the comment below to include it) 20 # vendor/ 21 22 # Go workspace file 23 go.work 24 go.work.sum 25 26 .bin/ 27 cover.out 28