From f1224f361717b5bb80a072ba6f7b44b1cf92c471 Mon Sep 17 00:00:00 2001 From: Chris Tsongas Date: Mon, 18 Mar 2013 15:17:38 -0700 Subject: [PATCH] Adding Sublime project file and .gitignore for workspace file --- .gitignore | 8 ++++++++ jList.sublime-project | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 .gitignore create mode 100644 jList.sublime-project diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1e506fd --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# See http://help.github.com/ignore-files/ for more about ignoring files. +# +# If you find yourself ignoring temporary files generated by your text editor +# or operating system, you probably want to add a global ignore instead: +# git config --global core.excludesfile ~/.gitignore_global + +# Ignore Sublime Text workspace (see http://www.sublimetext.com/docs/2/projects.html) +/jList.sublime-workspace diff --git a/jList.sublime-project b/jList.sublime-project new file mode 100644 index 0000000..5cbe417 --- /dev/null +++ b/jList.sublime-project @@ -0,0 +1,8 @@ +{ + "folders": + [ + { + "path": "/Users/chris/Dropbox/Sites/jList" + } + ] +}