chore(tools): ignore step files (#43947)

This commit is contained in:
Nicholas Carrigan (he/him)
2021-10-20 13:25:46 -07:00
committed by GitHub
parent 13e4d265dc
commit 2dc68c9be2

View File

@ -10,7 +10,7 @@ files:
{
'source': '/curriculum/challenges/english/**/*.md',
'translation': '/curriculum/challenges/%language%/**/%original_file_name%',
'ignore': ['/**/part-[0-9][0-9][0-9].md']
'ignore': ['/**/part-[0-9][0-9][0-9].md', '/**/step-[0-9][0-9][0-9].md']
},
{
'source': '/curriculum/challenges/english/00-certifications/**/*.yml',