diff options
author | redcreeper14385 <mounderfod@gmail.com> | 2021-07-21 15:58:30 +0100 |
---|---|---|
committer | redcreeper14385 <mounderfod@gmail.com> | 2021-07-21 15:58:30 +0100 |
commit | da46644c61a99ee288a0c78369fe7afeec43f3ba (patch) | |
tree | ad4acc426e6d901857a3c91c78290eae5201f9c1 /.gitignore | |
download | tiny-potato-bot-da46644c61a99ee288a0c78369fe7afeec43f3ba.tar.gz |
feat: initial commit, about and fun commands
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3adc27b --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.env +.idea/ +__pycache__ \ No newline at end of file |