From a1597cc5790cbd0bf2aba2eeee27e6adc6a1e084 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Thu, 13 Apr 2017 08:25:10 -0700 Subject: [PATCH] update textmate default config --- tm_properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tm_properties b/tm_properties index 88180e2..d7d2e15 100644 --- a/tm_properties +++ b/tm_properties @@ -6,6 +6,8 @@ wrapColumn = "Use Window Frame" spellChecking = false showInvisibles = false windowTitle = "$TM_DISPLAYNAME — ${TM_DIRECTORY/.*\///} — $windowTitleSCM" +exclude = "{$exclude,*.zip}" +include = "{$include,.gitignore,.tm_properties}" [ Makefile ] softTabs = false