fix(prettier): Improve file exclusion in the Prettier formatter to skip unnecessary files and directories.

This commit is contained in:
2025-08-08 05:28:01 +00:00
parent 4003944139
commit b629a7d70b
3 changed files with 44 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-08-08 - 1.16.4 - fix(prettier)
Improve file exclusion in the Prettier formatter to skip unnecessary files and directories.
- Added exclusion patterns for node_modules, .git, dist, .nogit, coverage, .nyc_output, vendor, bower_components, jspm_packages, and minified files.
- Optimized filtering logic to ensure only valid files are processed.
## 2025-08-08 - 1.16.3 - fix(changecache/prettier)
Skip directories during file processing to prevent errors in changecache and prettier formatting