Skip to content
This repository was archived by the owner on Jun 19, 2023. It is now read-only.

Commit bd41e0b

Browse files
udan11ZogStriP
authored andcommitted
DEV: Exclude i18n .yml files from Sublime Text project. (#6473)
1 parent c84415b commit bd41e0b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: discourse.sublime-project

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
"folder_exclude_patterns": ["external", "external_development", "external_production", "images", "imported", "fonts", "defer"],
77
"file_exclude_patterns": ["i18n.js"]
88
},
9-
{ "path": "config" },
9+
{
10+
"path": "config",
11+
"file_exclude_patterns": ["*.ar.yml", "*.bg.yml", "*.bs_BA.yml", "*.ca.yml", "*.cs.yml", "*.da.yml", "*.de.yml", "*.el.yml", "*.es.yml", "*.et.yml", "*.fa_IR.yml", "*.fi.yml", "*.fr.yml", "*.gl.yml", "*.he.yml", "*.hu.yml", "*.id.yml", "*.it.yml", "*.ja.yml", "*.ko.yml", "*.lt.yml", "*.lv.yml", "*.nb_NO.yml", "*.nl.yml", "*.pl_PL.yml", "*.pt.yml", "*.pt_BR.yml", "*.ro.yml", "*.ru.yml", "*.sk.yml", "*.sl.yml", "*.sq.yml", "*.sr.yml", "*.sv.yml", "*.sw.yml", "*.te.yml", "*.th.yml", "*.tr_TR.yml", "*.uk.yml", "*.ur.yml", "*.vi.yml", "*.zh_CN.yml", "*.zh_TW.yml"]
12+
},
1013
{
1114
"path": "db",
1215
"file_exclude_patterns": ["*.sqlite3"]

0 commit comments

Comments
 (0)