github.com/kick-project/maker@v1.1.1-0.20211031110251-7b74922fa493/.gitignore (about) 1 # Binaries for programs and plugins 2 *.exe 3 *.exe~ 4 *.dll 5 *.so 6 *.dylib 7 8 # Test binary, build with `go test -c` 9 *.test 10 11 # Output of the go coverage tool, specifically when used with LiteIDE 12 *.out 13 14 # Jetbrains 15 .idea 16 17 # Vim 18 .*.swp 19 20 # Mac 21 .DS_Store 22 23 # Project 24 /dist/ 25 /reports/ 26 /tmp/ 27 /vendor/ 28 /.cache 29 /maker 30