fix(repo): migrate smart build config to .smartconfig.json and tidy repository metadata

This commit is contained in:
2026-03-24 20:08:25 +00:00
parent c210507951
commit 8c6159c596
8 changed files with 237 additions and 98 deletions

29
.gitignore vendored
View File

@@ -1,3 +1,30 @@
.nogit/
# artifacts
coverage/
public/
# installs
node_modules/
# caches
.yarn/
.cache/
.rpt2_cache
# builds
dist/
dist_*/
# rust
rust/target/
dist_rust/
# AI
.claude/
.serena/
#------# custom
# Deno
.deno/
deno.lock
@@ -50,4 +77,4 @@ logs/
*.log
.playwright-mcp
./dist/
./dist/