Skip to content

Add .index-build to .gitignore #986

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 17, 2024
Merged

Add .index-build to .gitignore #986

merged 1 commit into from
Oct 17, 2024

Conversation

MaxDesiatov
Copy link
Contributor

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.

### 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.
@MaxDesiatov
Copy link
Contributor Author

@swift-ci test

@MaxDesiatov MaxDesiatov merged commit 595b06e into main Oct 17, 2024
3 checks passed
@MaxDesiatov MaxDesiatov deleted the maxd/ignore-index-build branch October 17, 2024 19:30
cthielen pushed a commit to cthielen/swift-foundation that referenced this pull request Nov 8, 2024
### 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants