Skip to content

Commit 2119e73

Browse files
committed
delete .idea and update .gitignore
1 parent fb47f92 commit 2119e73

File tree

6 files changed

+7
-478
lines changed

6 files changed

+7
-478
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1+
# python
12
__pycache__/
23
*.py[cod]
34
.pytest_cache/
45
.mypy_cache/
6+
7+
# visual stdio code
8+
.vscode/
9+
10+
# pycharm
11+
.idea/

text-operation/password_mail/.idea/misc.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

text-operation/password_mail/.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

text-operation/password_mail/.idea/password_mail.iml

Lines changed: 0 additions & 22 deletions
This file was deleted.

text-operation/password_mail/.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)