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

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/cli',
version: '1.16.3',
version: '1.16.4',
description: 'A comprehensive CLI tool for enhancing and managing local development workflows with gitzone utilities, focusing on project setup, version control, code formatting, and template management.'
}