From 0c09233734e7d11c3aec803fc9ca0a9cb3d453ed Mon Sep 17 00:00:00 2001 From: Rohan Kapadia Date: Mon, 10 Mar 2014 12:40:14 +0530 Subject: [PATCH] modified sublime .gitignore. removed the comment that ignores project files. reason being that the path for projects differs across users and systems. --- Global/SublimeText.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Global/SublimeText.gitignore b/Global/SublimeText.gitignore index e5bfb723..c207181d 100644 --- a/Global/SublimeText.gitignore +++ b/Global/SublimeText.gitignore @@ -3,4 +3,6 @@ # project files should be checked into the repository, unless a significant # proportion of contributors will probably not be using SublimeText -# *.sublime-project +# removed the comment to ignore the project file as different users store projects in different directories. +# Leads to path mismatches. +*.sublime-project