Skip to content

Conversation

beeman
Copy link
Collaborator

@beeman beeman commented Nov 15, 2023

No description provided.

@@ -10,7 +10,7 @@ const suffix = '.template';

console.log(`Renaming files in ${path}...`);
const files = getRecursiveFileList(path).filter(
(file) => !file.endsWith(suffix)
(file) => !file.endsWith(suffix) && !file.endsWith('.DS_Store')
);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can always ignore the .DS_Store files so we filter them here and I removed them from the template.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant