We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7602b21 commit 7e9abd2Copy full SHA for 7e9abd2
src/lib/server/content.js
@@ -14,7 +14,7 @@ const text_files = new Set([
14
'.md'
15
]);
16
17
-const excluded = new Set(['.DS_Store', '.gitkeep', '.svelte-kit']);
+const excluded = new Set(['.DS_Store', '.gitkeep', '.svelte-kit', 'package-lock.json']);
18
19
/** @param {string} file */
20
function json(file) {
0 commit comments