From 024d6e83fcd030396e5ad528bc54641ab9f4954f Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Fri, 8 Nov 2013 14:47:51 +1100 Subject: [PATCH 1/2] Add comment to prevent *.sublime-project being ignored. Based on advice in the documentation at http://www.sublimetext.com/docs/2/projects.html --- Global/SublimeText.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Global/SublimeText.gitignore b/Global/SublimeText.gitignore index aea37e0a..07951f76 100644 --- a/Global/SublimeText.gitignore +++ b/Global/SublimeText.gitignore @@ -1,2 +1,4 @@ # SublimeText project files *.sublime-workspace + +# *.sublime-project should be checked into the repository as a general rule From 3dadf4e9b3fe20b95e7527219683e14017745d26 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Sat, 9 Nov 2013 06:37:30 +1100 Subject: [PATCH 2/2] Make sublime-project rule off by default --- Global/SublimeText.gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Global/SublimeText.gitignore b/Global/SublimeText.gitignore index 07951f76..e5bfb723 100644 --- a/Global/SublimeText.gitignore +++ b/Global/SublimeText.gitignore @@ -1,4 +1,6 @@ -# SublimeText project files +# workspace files are user-specific *.sublime-workspace -# *.sublime-project should be checked into the repository as a general rule +# project files should be checked into the repository, unless a significant +# proportion of contributors will probably not be using SublimeText +# *.sublime-project