Files
2026-07-13 12:22:59 +08:00

33 lines
604 B
TOML

telemetry = false
[install]
minimumReleaseAge = 259200 # 3 days in seconds
minimumReleaseAgeExcludes = ["@types/bun", "bun-types"]
linker = "hoisted"
exact = true
saveTextLockfile = true
[loader]
".md" = "text"
".py" = "text"
".lark" = "text"
[test]
# bun test does NOT honor .gitignore; prune robomp's repo clones and
# scratch dirs so a root-level `bun test` doesn't walk into them.
pathIgnorePatterns = [
"**/node_modules/**",
"**/.git/**",
"**/target/**",
"**/dist/**",
"python/**",
"docs/**",
"runs/**",
"python/robomp/data/**",
".wt/**",
".worktrees/**",
]
[run]
bun = true