botkube/.gitignore
Mahendra Hiraman Bagul 75f77e7052 Added restrictAccess flag to restrict BotKube command execution
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>
2020-01-01 18:10:25 +05:30

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