Skip to content

Commit 03ea7d8

Browse files
committed
Merge branch 'feature/add-graphql-to-source-extensions' into 'develop'
Add .graphql to source_extensions and remove .md See merge request genaiic-reusable-assets/engagement-artifacts/genaiic-idp-accelerator!439
2 parents 61a935c + b4d260e commit 03ea7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1983,10 +1983,10 @@ def get_source_files_checksum(self, directory):
19831983
".yml",
19841984
".json",
19851985
".txt",
1986-
".md",
19871986
".toml",
19881987
".cfg",
19891988
".ini",
1989+
".graphql",
19901990
}
19911991
exclude_dirs = {
19921992
"__pycache__",

0 commit comments

Comments
 (0)