diff --git a/README.md b/README.md index b917e05..85d6d1d 100644 --- a/README.md +++ b/README.md @@ -158,10 +158,10 @@ markdown-magic-transform-treefile-extended/ ├── eslint.config.mjs (1.1 KB) ├── index.js (8.1 KB) ├── LICENSE (1.1 KB) -├── markdown-magic.config.js (1.8 KB) +├── markdown-magic.config.js (1.9 KB) ├── package-lock.json (339.1 KB) ├── package.json (2.9 KB) -├── README.md (26.1 KB) +├── README.md (26.2 KB) └── RULES_OF_CONDUCT.md (829 B) ``` @@ -185,6 +185,7 @@ module.exports = { style: 'for-the-badge', }, fileTreeExtended: { + exclude: ['node_modules', '.git', '.vscode', '.DS_Store'], descriptions: { '.qodo': 'Qodana is a static analysis tool that can be used to find bugs and improve code quality.', @@ -277,10 +278,10 @@ markdown-magic-transform-treefile-extended/ ├── eslint.config.mjs (1.1 KB) # This is the configuration file for ESLint, a tool for identifying and reporting on patterns found in ECMAScript/JavaScript code. ├── index.js (8.1 KB) # This is the main entry point of the `fileTreeExtended` transform. ├── LICENSE (1.1 KB) # This file contains the project's license information. -├── markdown-magic.config.js (1.8 KB) # This is the configuration file for `markdown-magic`. +├── markdown-magic.config.js (1.9 KB) # This is the configuration file for `markdown-magic`. ├── package-lock.json (339.1 KB) # This file is automatically generated for any operations where `npm` modifies either the `node_modules` tree, or `package.json`. ├── package.json (2.9 KB) # This file contains metadata about the project and its dependencies. -├── README.md (26.1 KB) # This file provides a general overview of the project. +├── README.md (26.2 KB) # This file provides a general overview of the project. └── RULES_OF_CONDUCT.md (829 B) # This file outlines the rules of conduct for the project's community. ``` diff --git a/markdown-magic.config.js b/markdown-magic.config.js index 64553dc..8153198 100644 --- a/markdown-magic.config.js +++ b/markdown-magic.config.js @@ -4,6 +4,7 @@ module.exports = { style: 'for-the-badge', }, fileTreeExtended: { + exclude: ['node_modules', '.git', '.vscode', '.DS_Store'], descriptions: { '.qodo': 'Qodana is a static analysis tool that can be used to find bugs and improve code quality.',