Fix scuffed YML

This commit is contained in:
jvyden 2022-04-13 19:00:17 -04:00
commit 2b8b0e25a4
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -22,18 +22,17 @@ files: [
# Files or directories for ignore
# e.g. ["/**/?.txt", "/**/[0-9].txt", "/**/*\?*.txt"]
#
ignore:
- "/ProjectLighthouse.Localization/%file_name%.*.%file_extension%"
#
# The dest allows you to specify a file name in Crowdin
# e.g. "/messages.json"
#
#"dest" : "",
#
# File type
# e.g. "json"
"ignore": "/ProjectLighthouse.Localization/%file_name%.*.%file_extension%",
#
# The dest allows you to specify a file name in Crowdin
# e.g. "/messages.json"
#
#"dest" : "",
#
# File type
# e.g. "json"
#
#"type" : "",