From 05affbc7fc760b414abc369480ec48d83281ee53 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Thu, 14 Feb 2013 14:15:52 -0800 Subject: [PATCH] Excluding sublime text docs from sublime text project --- openseadragon.sublime-project | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openseadragon.sublime-project b/openseadragon.sublime-project index fd03f7d3..b7e30c92 100644 --- a/openseadragon.sublime-project +++ b/openseadragon.sublime-project @@ -2,7 +2,8 @@ "folders": [ { - "path": "." + "path": ".", + "file_exclude_patterns": ["*.sublime-project", "*.sublime-workspace"] } ], "settings":