Skip to content

Commit 6bf7934

Browse files
authored
Ignore the .vscode folder created by Visual Studio Code. (#370)
Visual Studio Code wants to create a .vscode folder in the package, but at least for now we don't want to include it in the repo. Exclude it. ### Checklist: - [x] Code and documentation should follow the style of the [Style Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md). - [x] If public symbols are renamed or modified, DocC references should be updated.
1 parent 00915cd commit 6bf7934

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ DerivedData/
1313
Package.resolved
1414
*.profraw
1515
.*.sw?
16+
/.vscode

0 commit comments

Comments
 (0)