Skip to content

Commit 681aa9c

Browse files
committed
chore: add vscode folder and python version file to gitignore
1 parent 1527374 commit 681aa9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ target/
1313
*.vim
1414

1515
# Vscode Settings
16-
.vscode/settings.json
16+
.vscode
1717

1818
# Python
1919
**/__pycache__/
2020
.venv
21+
.python-version
2122

2223
# library generation
2324
**/googleapis

0 commit comments

Comments
 (0)