From bd41e0b820cb2ffaa85e130f67d157007017329d Mon Sep 17 00:00:00 2001 From: Dan Ungureanu Date: Wed, 10 Oct 2018 15:21:24 +0300 Subject: [PATCH] DEV: Exclude i18n .yml files from Sublime Text project. (#6473) --- discourse.sublime-project | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/discourse.sublime-project b/discourse.sublime-project index 82cb7955f7..36004683d8 100644 --- a/discourse.sublime-project +++ b/discourse.sublime-project @@ -6,7 +6,10 @@ "folder_exclude_patterns": ["external", "external_development", "external_production", "images", "imported", "fonts", "defer"], "file_exclude_patterns": ["i18n.js"] }, - { "path": "config" }, + { + "path": "config", + "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"] + }, { "path": "db", "file_exclude_patterns": ["*.sqlite3"]