feat: Uncomment .vscode directory in .gitignore to include IDE settings

This commit is contained in:
William Valentin
2025-08-01 13:25:47 -07:00
parent 623050478a
commit 7392709a27

2
.gitignore vendored
View File

@@ -47,7 +47,7 @@ htmlcov/
.pylint.d/ .pylint.d/
# IDEs and editors # IDEs and editors
#.vscode/ .vscode/
!.vscode/tasks.json !.vscode/tasks.json
!.vscode/launch.json !.vscode/launch.json
.idea/ .idea/