Skip to content

Commit 7a8f12e

Browse files
committed
Add .vscode to the gitignore file list
1 parent ad43e52 commit 7a8f12e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,7 @@ ENV/
104104
*.suo
105105
*.pyproj
106106
*.sln
107-
*.sqlite
107+
*.sqlite
108+
109+
# vscode editor
110+
.vscode

0 commit comments

Comments
 (0)