Skip to content

Commit 637c59f

Browse files
authored
Add vscode to gitignore (#66)
add vscode to gitignore
1 parent d507086 commit 637c59f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@ dmypy.json
155155
# Cython debug symbols
156156
cython_debug/
157157

158+
# vscode
159+
.vscode/
160+
158161
# PyCharm
159162
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
160163
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore

0 commit comments

Comments
 (0)