diff options
author | Mango0x45 <thomasvoss@live.com> | 2020-07-24 11:27:51 +0000 |
---|---|---|
committer | Mango0x45 <thomasvoss@live.com> | 2020-07-24 11:27:51 +0000 |
commit | 3205a85958a03b2ce3d7832839f7e06479f9da0e (patch) | |
tree | eb4557851e4b8bf1d90ed78d074510997536afe1 /.gitignore | |
parent | 8e00c354735617e8140f2c14306e498c3442cd41 (diff) | |
download | steve-bot-3205a85958a03b2ce3d7832839f7e06479f9da0e.tar steve-bot-3205a85958a03b2ce3d7832839f7e06479f9da0e.tar.gz steve-bot-3205a85958a03b2ce3d7832839f7e06479f9da0e.tar.bz2 steve-bot-3205a85958a03b2ce3d7832839f7e06479f9da0e.tar.lz steve-bot-3205a85958a03b2ce3d7832839f7e06479f9da0e.tar.xz steve-bot-3205a85958a03b2ce3d7832839f7e06479f9da0e.tar.zst steve-bot-3205a85958a03b2ce3d7832839f7e06479f9da0e.zip |
Reorganized gitignore
Diffstat (limited to '')
-rwxr-xr-x | .gitignore | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -1,8 +1,9 @@ -__pycache__ +.vscode/ +__pycache__/ +downloads/ +api_keys.json config.json +blacklist.json +video_blacklist.json discord.log -api_keys.json -.vscode/ leaderboard.png -downloads/ -blacklist.json
\ No newline at end of file |