Commit 45c85d5
refactor: Use .gitignore instead of explicit cleanup for versioned docs artifacts
Add gitignore patterns for changelog.md, pyproject.toml, and .gitignore
inside website/versioned_docs/ so git add never stages them. This replaces
the explicit rm commands in the workflow since .ruff_cache and .ty_cache
are already covered by global patterns.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent d35d695 commit 45c85d5
2 files changed
Lines changed: 3 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | 115 | | |
123 | 116 | | |
124 | 117 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
66 | 69 | | |
67 | 70 | | |
68 | 71 | | |
| |||
0 commit comments