Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- Open the PR up as a draft until you feel it is ready for a proper review. Do not make PR:s from your own `main` branch, as that makes it difficult for reviewers to add their own fixes. Add any improvements to the branch as new commits to make it easier for reviewers to follow the progress. All commits will be squashed to a single commit once the PR is merged into `main`. Make sure you mention any issues that this PR closes in the description, as well as any other related issues. To get an auto-generated PR description you can put "copilot:summary" or "copilot:walkthrough" anywhere. --> ### What Remove the `/target/doc` directory before building and deploying docs. This should fix the rust docs deploy issue, but it will be unconfirmed until we merge into main Also removes the `files.exclude` vscode setting for already gitignored directories. I keep having to dig into target dirs and/or the venv and it's pretty annoying to keep this change around locally inbetween all the git checkouts. I don't see why we need it in the first place, it just removes the files from the explorer pane. That makes it a bit shorter, but not by a lot. ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested [demo.rerun.io](https://demo.rerun.io/pr/2615) (if applicable) - [PR Build Summary](https://build.rerun.io/pr/2615) - [Docs preview](https://rerun.io/preview/pr%3Ajan%2Ffix-deploy-docs/docs) - [Examples preview](https://rerun.io/preview/pr%3Ajan%2Ffix-deploy-docs/examples)
- Loading branch information