mirror of
https://github.com/valitydev/botkube.git
synced 2024-11-06 08:25:19 +00:00
75f77e7052
Signed-off-by: Mahendra Bagul <bagulm123@gmail.com> Fixed https://github.com/infracloudio/botkube/pull/238#discussion_r361931721 issue. Removed msg and re-added the check required for not responding to non-kubectl commands Signed-off-by: Mahendra Bagul <bagulm123@gmail.com> Fixed a test case Signed-off-by: Mahendra Bagul <bagulm123@gmail.com> Fixed https://github.com/infracloudio/botkube/pull/238#discussion_r361931721 issue. Removed msg and re-added the check required for not responding to non-kubectl commands Signed-off-by: Mahendra Bagul <bagulm123@gmail.com> Placed the condition at right place. Signed-off-by: Mahendra Bagul <bagulm123@gmail.com>
18 lines
284 B
Plaintext
18 lines
284 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
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
vendor/
|
|
/.idea/
|
|
/botkube
|