Remove committed settings.local.json, add contributor template, tighten .gitignore#512
Draft
Copilot wants to merge 10 commits into
Draft
Remove committed settings.local.json, add contributor template, tighten .gitignore#512Copilot wants to merge 10 commits into
Copilot wants to merge 10 commits into
Conversation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Initial plan * Fix stale comments in UpdateVersion test cases to match actual implementation Co-authored-by: jgeurten <23045608+jgeurten@users.noreply.github.com> Agent-Logs-Url: https://github.com/MicrosoftDocs/WDAC-Toolkit/sessions/6c0a8b8c-31b6-4779-b9a7-baa99617b602 --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jgeurten <23045608+jgeurten@users.noreply.github.com>
…nore Co-authored-by: jgeurten <23045608+jgeurten@users.noreply.github.com> Agent-Logs-Url: https://github.com/MicrosoftDocs/WDAC-Toolkit/sessions/73f353a0-b550-4264-96cb-2e0ff9489e0d
Copilot
AI
changed the title
[WIP] [WIP] Address feedback on test cases for the Wizard
Remove committed settings.local.json, add contributor template, tighten .gitignore
Mar 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
settings.local.json(Claude IDE permissions config) was accidentally committed — machine-specific and a potential source of permission drift across contributors.Changes
settings.local.json— removed from git index; file remains locally but is no longer committedsettings.json.example— checked-in template atWDAC-Policy-Wizard/app/.claude/settings.json.exampledocumenting the expected Claude permissions:{ "permissions": { "allow": [ "Bash(dotnet add:*)", "Bash(dotnet build:*)", "Bash(dotnet test:*)", "Bash(dotnet sln:*)" ] } }.gitignore— replaced the broad.claude/directory ignore with*.local.json, allowing the example template to be tracked while keeping all*.local.jsonfiles ignored✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.