Skip to content

Commit 595b06e

Browse files
authored
Add .index-build to .gitignore (#986)
### 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.
1 parent 3f91710 commit 595b06e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Package.resolved
1919
.swiftpm
2020

2121
**/.build*
22+
.index-build
2223

2324
# VSCode
2425
**/.vscode

0 commit comments

Comments
 (0)