fix(repo): migrate smart build config to .smartconfig.json and tidy repository metadata
This commit is contained in:
29
.gitignore
vendored
29
.gitignore
vendored
@@ -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/
|
||||
Reference in New Issue
Block a user