slack-status-cli/.gitignore
Ian Fijolek 58f246f1b3
All checks were successful
continuous-integration/drone/push Build is passing
Ignore .env file
This will give me somewhere to put the oauth creds while I'm
developing
2021-02-03 13:15:27 -08:00

22 lines
321 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/
slack-status
slack-status-cli
dist/
.env