go-mail/.gitignore

22 lines
346 B
Text
Raw Normal View History

2022-03-05 12:03:35 +01:00
# 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/
2022-04-12 15:51:18 +02:00
2022-06-03 12:26:42 +02:00
# Local testfiles and auth data
.auth
cmd/main.go
2022-04-12 15:51:18 +02:00
# SonarQube
.scannerwork/