Skip to content

Commit bdf7d91

Browse files
committed
Add the .index-build directory to .gitignore
sourcekit-lsp uses this location for background indexing. In newer versions it's moved into .build but add it to the ignore list anyways as some users may still be using older Swift toolchains for now.
1 parent b21fe86 commit bdf7d91

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ xcuserdata
1919
/.build
2020
/Packages
2121

22+
# Ignore indexing build dir.
23+
/.index-build
24+
2225
# Ignore bootstrap build dir.
2326
/.xbuild
2427
/.DD

0 commit comments

Comments
 (0)