Skip to content

Commit fcfe586

Browse files
shafeeqd959naman-contentstack
authored andcommitted
added field rules files in read content type ignore file set
1 parent 19ebfd2 commit fcfe586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/contentstack-utilities/src/content-type-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { FsUtility } from './fs-utility';
99
*/
1010
export function readContentTypeSchemas(
1111
dirPath: string,
12-
ignoredFiles: string[] = ['schema.json', '.DS_Store', '__master.json', '__priority.json'],
12+
ignoredFiles: string[] = ['schema.json', '.DS_Store', '__master.json', '__priority.json', 'field_rules_uid.json'],
1313
): Record<string, unknown>[] | null {
1414
const fsUtil = new FsUtility();
1515
const files = fsUtil.readdir(dirPath);

0 commit comments

Comments
 (0)