add .gitignore

master
hanJoker 2 years ago
parent 5a3b1fe0d6
commit a5f4aa28c5

17
.gitignore vendored

@ -0,0 +1,17 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
.idea

@ -0,0 +1,3 @@
module msa
go 1.18
Loading…
Cancel
Save