Ian Fijolek
4c7baa46a7
All checks were successful
continuous-integration/drone/push Build is passing
29 lines
410 B
Plaintext
29 lines
410 B
Plaintext
# ---> Go
|
|
# 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/
|
|
|
|
# Output dist directory
|
|
dist/
|
|
|
|
# Built executable
|
|
restic-scheduler
|
|
resticscheduler
|
|
data/
|
|
|
|
# Itest temp dirs
|
|
itest/data
|
|
itest/repo
|