diff options
author | AnInternetTroll <lucafulger@gmail.com> | 2020-06-05 17:47:19 +0000 |
---|---|---|
committer | AnInternetTroll <lucafulger@gmail.com> | 2020-06-05 17:47:19 +0000 |
commit | bfa568af62117bc7b55f13926d4c2802081002a6 (patch) | |
tree | f5a7cd98732b459bb74f65ac24fb031a2f12d308 /.gitignore | |
parent | 6580e4104f003bd6f22a0e833677c43ce8d942a0 (diff) | |
download | steve-bot-bfa568af62117bc7b55f13926d4c2802081002a6.tar steve-bot-bfa568af62117bc7b55f13926d4c2802081002a6.tar.gz steve-bot-bfa568af62117bc7b55f13926d4c2802081002a6.tar.bz2 steve-bot-bfa568af62117bc7b55f13926d4c2802081002a6.tar.lz steve-bot-bfa568af62117bc7b55f13926d4c2802081002a6.tar.xz steve-bot-bfa568af62117bc7b55f13926d4c2802081002a6.tar.zst steve-bot-bfa568af62117bc7b55f13926d4c2802081002a6.zip |
Added blacklist
Diffstat (limited to '.gitignore')
-rw-r--r--[-rwxr-xr-x] | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 384c5f5..e63e2cc 100755..100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ discord.log api_keys.json .vscode/ leaderboard.png -downloads/
\ No newline at end of file +downloads/ +blacklist.json
\ No newline at end of file |