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

pull/43946/head
Nicholas Carrigan (he/him) 2021-10-20 13:25:46 -07:00 committed by GitHub
parent 13e4d265dc
commit 2dc68c9be2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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',