Skip to content

Commit 44ec08e

Browse files
author
Itamar Shalev
committed
gitignore: Ignore .vscode directory
.vscode is VsCode IDE directory, which should not be committed and contains user-specific settings. Signed-off-by: Itamar Shalev <[email protected]>
1 parent 829e05c commit 44ec08e

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
@@ -1,3 +1,6 @@
1+
# VsCode IDE
2+
.idea/
3+
14
# Byte-compiled / optimized / DLL files
25
__pycache__/
36
*.py[cod]

0 commit comments

Comments
 (0)