You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### 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.~
0 commit comments