Skip to content

Commit cf74fa6

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 - opsm-ui/.gitignore - opsm_ex/.gitignore - opsm_mobile/src-tauri/.gitignore Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 4547bcb commit cf74fa6

4 files changed

Lines changed: 40 additions & 0 deletions

File tree

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,11 @@ htmlcov/
100100
# Zig build artifacts (global)
101101
.zig-cache/
102102
zig-out/
103+
target/
104+
node_modules/
105+
_build/
106+
deps/
107+
.elixir_ls/
108+
.cache/
109+
build/
110+
dist/

opsm-ui/.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,11 @@ htmlcov/
8080

8181
# Crash recovery artifacts
8282
ai-cli-crash-capture/
83+
target/
84+
node_modules/
85+
_build/
86+
deps/
87+
.elixir_ls/
88+
.cache/
89+
build/
90+
dist/

opsm_ex/.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,15 @@ erl_crash.dump
2222
# Ignore package tarball (built via "mix hex.build").
2323
opsm-*.tar
2424

25+
target/
26+
node_modules/
27+
_build/
28+
deps/
29+
.elixir_ls/
30+
.cache/
31+
*.log
32+
*.tmp
33+
.DS_Store
34+
Thumbs.db
35+
build/
36+
dist/

opsm_mobile/src-tauri/.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,15 @@
22
# will have compiled files and executables
33
/target/
44
/gen/schemas
5+
target/
6+
node_modules/
7+
_build/
8+
deps/
9+
.elixir_ls/
10+
.cache/
11+
*.log
12+
*.tmp
13+
.DS_Store
14+
Thumbs.db
15+
build/
16+
dist/

0 commit comments

Comments
 (0)