Skip to content

Commit d1fa7c3

Browse files
Add VSCode files to .gitignore (#1)
VSCode generates project-specific settings that vary by developer. Committing them can lead to unnecessary diffs or config conflicts. Ignoring them keeps the repo clean and editor-agnostic. This PR updates the .gitignore file to exclude common VSCode configuration and workspace files. These files are editor-specific and shouldn't be tracked in version control. --------- Co-authored-by: Vladimir Severov <[email protected]>
1 parent 549a237 commit d1fa7c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ vendor/
3737
# Go workspace file
3838
go.work
3939

40+
### VSCode
41+
42+
.vscode
43+
4044
### JetBrains
4145

4246
# User-specific stuff

0 commit comments

Comments
 (0)