pruny 1.35.0 → 1.36.0
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14082,7 +14082,7 @@ async function scanPublicAssets(config) {
|
|
|
14082
14082
|
const assetFiles = await import_fast_glob.default("**/*", {
|
|
14083
14083
|
cwd: publicDir,
|
|
14084
14084
|
onlyFiles: true,
|
|
14085
|
-
ignore: ["**/*.xml", "robots.txt", "robots.ts", "robots.js", "sw.js", "sw.ts"]
|
|
14085
|
+
ignore: ["**/*.xml", "robots.txt", "robots.ts", "robots.js", "sw.js", "sw.ts", "llms.txt"]
|
|
14086
14086
|
});
|
|
14087
14087
|
if (assetFiles.length === 0) {
|
|
14088
14088
|
return { total: 0, used: 0, unused: 0, assets: [] };
|