Sync .gitignore and extensions.json across repos#310
Sync .gitignore and extensions.json across repos#310sdwheeler merged 1 commit intoMicrosoftDocs:mainfrom
Conversation
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit 1489b60: ✅ Validation status: passed
For more details, please refer to the build report. |
There was a problem hiding this comment.
Pull request overview
This PR synchronizes configuration files (.gitignore and extensions.json) across repositories to maintain consistency in development environments and ignored files. The changes standardize VS Code extension recommendations and gitignore patterns.
Changes:
- Updated VS Code extension recommendations by adding 4 new extensions (Vale, Gremlins, Markdown YAML Preamble, ErrorLens) and removing Markdown PDF
- Reorganized and expanded .gitignore patterns with additional build artifacts, tool directories, and configuration files
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .vscode/extensions.json | Added development and documentation quality extensions, removed markdown-pdf, reordered list |
| .gitignore | Expanded ignore patterns for build artifacts and tools, reorganized alphabetically |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
PR Summary
Sync .gitignore and extensions.json across repos
PR Checklist