Skip to content

Commit

Permalink
Adding Sublime project file and .gitignore for workspace file
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Tsongas committed Mar 18, 2013
1 parent f775505 commit f1224f3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions jList.sublime-project
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"folders":
[
{
"path": "/Users/chris/Dropbox/Sites/jList"
}
]
}

0 comments on commit f1224f3

Please sign in to comment.