aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorhyfc <[email protected]>2018-06-10 23:27:45 +0800
committerhyfc <[email protected]>2020-10-22 11:37:35 +0800
commit9d71b348da48ac3c9c5da2e36c8741a7bd38ef1a (patch)
tree4374148dbd08af11e87642db928a42d46e88b961 /.gitignore
parent0d46d715374b51bd4a0833e7687ae33ae46376b3 (diff)
downloadtelegram-mail-bot-9d71b348da48ac3c9c5da2e36c8741a7bd38ef1a.tar.gz
telegram-mail-bot-9d71b348da48ac3c9c5da2e36c8741a7bd38ef1a.tar.bz2
telegram-mail-bot-9d71b348da48ac3c9c5da2e36c8741a7bd38ef1a.zip
a first working verison
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 894a44c..11ddee2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -102,3 +102,9 @@ venv.bak/
# mypy
.mypy_cache/
+
+#IDEA files
+.idea/
+
+#vscode files
+.vscode/ \ No newline at end of file