Skip to content

Commit 7f8c2ae

Browse files
committed
Updates .gitignore to exclude VS Code settings
Excludes the `.vscode/` directory from version control. This prevents project-specific IDE settings from being inadvertently shared.
1 parent e7824e5 commit 7f8c2ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ Manifest.toml
22
results/
33
debug/
44
data/sims/
5-
**/.DS_Store
5+
**/.DS_Store
6+
.vscode/

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)