Skip to content

Commit 89a97a1

Browse files
author
Elizaveta Logacheva
committed
Add temporary files to .gitignore
1 parent 69599fa commit 89a97a1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,11 @@ dmypy.json
127127

128128
# Pyre type checker
129129
.pyre/
130+
131+
# temporary files
132+
## IDEA
133+
.idea/
134+
## vscode
135+
.vscode/
136+
## vim
137+
*.sw?

0 commit comments

Comments
 (0)