There was an error while loading. Please reload this page.
1 parent 96911bd commit 71c9debCopy full SHA for 71c9deb
1 file changed
src/utils/materials.ts
@@ -79,7 +79,7 @@ export const getLocalMaterials = (
79
};
80
});
81
} catch {}
82
- return materials;
+ return materials.filter((s) => s.name !== '.DS_Store');
83
84
85
export const getCodeTemplateListFromFiles = () => {
0 commit comments