Skip to content

Commit 95b2495

Browse files
authored
Merge pull request #1001 from DuendeSoftware/ar/vs-git-exclude
Added the Visual Studio folder .vs to .gitignore
2 parents 3470c30 + eee982c commit 95b2495

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,7 @@ pnpm-debug.log*
2626
# Agents and assistants
2727
.opencode/
2828
opencode.json
29-
.idea/**/copilot.data.migration.*.xml
29+
.idea/**/copilot.data.migration.*.xml
30+
31+
# ides
32+
.vs/

0 commit comments

Comments
 (0)