Skip to content

Commit c0d4593

Browse files
hyperpolymathclaude
andcommitted
chore: estate-wide chore + stale-path sweep (2026-04-17)
Part of the estate-wide 2026-04-17 cleanup pass. Commits chore-safe content only: docs, workflow YAML, gitignore, a2ml migration drift, editorconfig, ncl. Dependency manifests (Cargo.toml/.lock, package.json, mix.exs, etc.) and source files intentionally held back so no broken intermediate states where a .rs commit splits from its Cargo.toml. Also includes stale-path fixes for four ecosystem moves: hypatia -> verification-ecosystem/hypatia echidna -> verification-ecosystem/echidna ephapax -> developer-ecosystem/nextgen-languages/ephapax panic-attacker -> games-ecosystem/panic-attacker Staged files: 2 Held back (source / dep-manifests): 0 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 70b4394 commit c0d4593

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,10 @@ editors/vscode/lib/
7777

7878
# OS
7979
.Trash-*/
80+
target/
81+
node_modules/
82+
_build/
83+
deps/
84+
.elixir_ls/
85+
.cache/
86+
dist/

editors/vscode/.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,14 @@ node_modules/
22
out/
33
*.vsix
44
.vscode-test/
5+
target/
6+
_build/
7+
deps/
8+
.elixir_ls/
9+
.cache/
10+
*.log
11+
*.tmp
12+
.DS_Store
13+
Thumbs.db
14+
build/
15+
dist/

0 commit comments

Comments
 (0)