Skip to content

Commit d50f654

Browse files
authored
Add .index-build to .gitignore (#768)
### Motivation: The `.index-build` directory is created by SourceKit-LSP when background indexing is enabled, contains auto-generated transient files similar in purpose to `.build`, and it should be ignored. ### Modifications: Updated `.gitignore` file accordingly. ### Result: Developers no longer need to exclude `.index-build` manually from their commits when editing the package with SourceKit-LSP. ### Checklist: ~- [ ] Code and documentation should follow the style of the [Style Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).~ ~- [ ] If public symbols are renamed or modified, DocC references should be updated.~
1 parent 751ea94 commit d50f654

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.DS_Store
22
/.build
3+
/.index-build
34
/build
45
/Packages
56
/*.xcodeproj

0 commit comments

Comments
 (0)