diff options
author | MounderFod <mounderfod@gmail.com> | 2021-08-29 15:58:53 +0000 |
---|---|---|
committer | MounderFod <mounderfod@gmail.com> | 2021-08-29 15:58:53 +0000 |
commit | b3a8ce5701a9fd60a8021bd1bd744614cb9a17f0 (patch) | |
tree | 388ffd20626a4cc20699c18e838399b91ec561bb | |
parent | 09343457fecf4d0c8a6c33a2ba84bf72460423e1 (diff) | |
download | tiny-potato-bot-b3a8ce5701a9fd60a8021bd1bd744614cb9a17f0.tar.gz |
Update gitignore for repl.it development
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 3adc27b..aac458a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .env .idea/ -__pycache__ \ No newline at end of file +__pycache__ +.replit \ No newline at end of file |