workgroups/vendor/github.com/atc0005/go-teams-notify/v2/.gitignore
Marvin Preuss 1d4ae27878
All checks were successful
continuous-integration/drone/push Build is passing
ci: drone yaml with reusable anchors
2021-09-24 17:34:17 +02:00

31 lines
584 B
Plaintext

# Copyright 2020 Enrico Hoffmann
# Copyright 2021 Adam Chalkley
#
# https://github.com/atc0005/go-teams-notify
#
# Licensed under the MIT License. See LICENSE file in the project root for
# full license information.
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# refs GH-6, GH-15
# Allow vendored files to be included in this repo
#vendor
# Ignore local scratch directory
/scratch
# Ignore local Visual Studio Code settings
/.vscode