mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Add .index-build to .gitignore (#77977)
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.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -52,6 +52,7 @@ docs/_build
|
||||
|
||||
# SwiftPM
|
||||
.build
|
||||
.index-build
|
||||
.swiftpm
|
||||
|
||||
#==============================================================================#
|
||||
|
||||
Reference in New Issue
Block a user