docker-ddns-server/.gitignore
Benjamin Bärthlein c4809b85b4 initial commit
2020-03-28 17:56:11 +01:00

24 lines
364 B
Plaintext

# 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
# dont want to share go.sum
go.sum
# Dependency directories (remove the comment below to include it)
# vendor/
# IntelliJ IDEA
.idea
# skip the database folder
database