Update .gitignore to exclude .vscode/settings.json

This commit is contained in:
Sean Morley
2024-11-29 17:03:20 -05:00
parent f03c74cd74
commit 0d9c063c58

3
.gitignore vendored
View File

@@ -1,2 +1,3 @@
# Ignore everything in the .venv folder # Ignore everything in the .venv folder
.venv/ .venv/
.vscode/settings.json