Changes to blocks and added basic framework for Newsletters
This commit is contained in:
@ -13,7 +13,8 @@ const excludedDirs = [
|
||||
'package.json',
|
||||
'package-lock.json',
|
||||
'theme.zip',
|
||||
'.git'
|
||||
'.git',
|
||||
'react'
|
||||
];
|
||||
|
||||
// Helper function to check if a file or directory should be excluded
|
||||
|
||||
Reference in New Issue
Block a user