github.com/angenalZZZ/gofunc@v0.0.0-20210507121333-48ff1be3917b/.gitignore (about) 1 # Mac OS X files 2 **/.DS_Store 3 4 # Binaries for programs and plugins 5 *.exe 6 *.exe~ 7 *.dll 8 *.so 9 *.dylib 10 *.tmp 11 *.log 12 *.pprof 13 14 .buildpath 15 .hgignore.swp 16 .project 17 .orig 18 .swp 19 .idea/ 20 .settings/ 21 .vscode/ 22 .example/other/ 23 pkg/ 24 bin/ 25 build 26 cbuild 27 composer.lock 28 gitpush.sh 29 30 # Test binary, build with `go test -c` 31 *.test 32 33 # Output of the go coverage tool, specifically when used with LiteIDE 34 *.out 35 *.bak 36 37 # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 38 .glide/ 39 40 # Project-local GoLand editor files 41 .idea 42 workspace.xml 43 44 # Project-local Web api swagger files 45 swagger.zip 46 47 # Dependency directories (remove the comment below to include it) 48 vendor/ 49 go.sum