Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -346,3 +346,24 @@ FodyWeavers.xsd
Output/
*.lscache
test_ws.py

# Internal fork workflow docs — never reach upstream PRs
CLAUDE.md
AGENTS.md
STYLE.md
docs/PR_WORKFLOW.md
docs/CONTRIBUTING.md
PLAN_*.md

# Internal scratch and analysis files
diff.txt
merge-analysis.txt
*.diff
pr*.txt

# Development diary — private, never reaches upstream
DIARY.md

# Internal tooling state
.claude/
.serena/
12 changes: 12 additions & 0 deletions NuGet.Config
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
</packageSourceMapping>
</configuration>
Loading