@mintlify/common 1.0.656 → 1.0.658
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/mintIgnore.js
CHANGED
|
@@ -10,6 +10,10 @@ export const DEFAULT_MINT_IGNORES = [
|
|
|
10
10
|
'.agents',
|
|
11
11
|
'.idea',
|
|
12
12
|
'node_modules',
|
|
13
|
+
'README.md',
|
|
14
|
+
'LICENSE.md',
|
|
15
|
+
'CHANGELOG.md',
|
|
16
|
+
'CONTRIBUTING.md',
|
|
13
17
|
];
|
|
14
18
|
/**
|
|
15
19
|
* Processes the contents of a .mintignore file and returns an array of relevant patterns.
|