Add .vscode/ to .gitignore to exclude Visual Studio Code settings

This commit is contained in:
Palash Tyagi 2025-05-03 01:19:27 +01:00
parent 1dbe5d0efe
commit 25a2a0d831

1
.gitignore vendored
View File

@ -12,5 +12,6 @@ data/
*.info *.info
.venv/ .venv/
.vscode/
tarpaulin-report.* tarpaulin-report.*