Skip to content

Commit f3ca7fa

Browse files
hyperpolymathclaude
andcommitted
chore: sync chore drift (docs, workflows, gitignore, a2ml)
Partial chore-sync for a repo with in-flight source changes. Only safe-to-split paths committed here (docs, workflow YAML, gitignore, a2ml migration drift). Source files and dependency manifests left uncommitted for manual review to avoid creating broken intermediate states where Cargo.toml and its dependent .rs live in different commits. Staged paths: - .gitignore - ipv6-only/.gitignore - ipv6-site-enforcer/.gitignore Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent b101637 commit f3ca7fa

3 files changed

Lines changed: 24 additions & 0 deletions

File tree

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,11 @@ htmlcov/
7777
/tmp/
7878
*.tmp
7979
*.bak
80+
target/
81+
node_modules/
82+
_build/
83+
deps/
84+
.elixir_ls/
85+
.cache/
86+
build/
87+
dist/

ipv6-only/.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,11 @@ htmlcov/
7777
/tmp/
7878
*.tmp
7979
*.bak
80+
target/
81+
node_modules/
82+
_build/
83+
deps/
84+
.elixir_ls/
85+
.cache/
86+
build/
87+
dist/

ipv6-site-enforcer/.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,11 @@ htmlcov/
7777
/tmp/
7878
*.tmp
7979
*.bak
80+
target/
81+
node_modules/
82+
_build/
83+
deps/
84+
.elixir_ls/
85+
.cache/
86+
build/
87+
dist/

0 commit comments

Comments
 (0)