Spaces:
Sleeping
Sleeping
YanBoChen
commited on
Commit
·
e72f098
1
Parent(s):
3a40790
fix: add .vscode/ to .gitignore
Browse files- .gitignore +1 -0
.gitignore
CHANGED
@@ -8,5 +8,6 @@ genAIvenv/
|
|
8 |
.DS_Store
|
9 |
|
10 |
docs/
|
|
|
11 |
|
12 |
*.pyc
|
|
|
8 |
.DS_Store
|
9 |
|
10 |
docs/
|
11 |
+
.vscode/
|
12 |
|
13 |
*.pyc
|