github.com/vuuihc/gocedar@v0.1.0/.gitignore (about) 1 # Object files 2 .DS_Store 3 .vscode 4 .idea 5 6 examples/examples 7 dump_path/ 8 9 # Binaries for programs and plugins 10 *.exe 11 *.exe~ 12 *.dll 13 *.so 14 *.dylib 15 16 # Test binary, built with `go test -c` 17 *.test 18 19 # Output of the go coverage tool, specifically when used with LiteIDE 20 *.out 21 22 # Dependency directories (remove the comment below to include it) 23 # vendor/