fix(format): Improve concurrency control in cache and rollback modules, refine gitignore custom section handling, and enhance Prettier file processing

This commit is contained in:
2025-08-08 06:50:58 +00:00
parent 74a8229e43
commit 74ecdde1ac
12 changed files with 265 additions and 68 deletions

View File

@@ -10,7 +10,5 @@
"baseUrl": ".",
"paths": {}
},
"exclude": [
"dist_*/**/*.d.ts"
]
}
"exclude": ["dist_*/**/*.d.ts"]
}