add .gitignore

main
知不可乎骤得 3 months ago
parent fccf4a787a
commit c9a94e898b

20
.gitignore vendored

@ -0,0 +1,20 @@
# 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/
.vscode/
log/
Loading…
Cancel
Save