updated gitignore as to not expose the bot token :P

This commit is contained in:
Steven Tracey
2021-07-19 23:48:23 -04:00
parent a240300fd6
commit b26aaadf2a
45 changed files with 217 additions and 647 deletions

6
.gitignore vendored
View File

@@ -21,3 +21,9 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
#Files with sensitive info
config.yml
/WebAPI
/build
/.idea