github.com/hdt3213/godis@v1.2.9/.gitignore (about) 1 # Binaries for programs and plugins 2 *.exe 3 *.exe~ 4 *.dll 5 *.so 6 *.dylib 7 *.aof 8 *.rdb 9 10 # Test binary, build with `go test -c` 11 *.test 12 13 # Output of the go coverage tool, specifically when used with LiteIDE 14 *.out 15 target/ 16 coverage.txt 17 18 logs 19 20 # jetbrains 21 .idea 22 *.iml 23 redis2.conf 24