diff --git a/Bachelor Thesis.sublime-project b/Bachelor Thesis.sublime-project index ec33210..6e3a742 100644 --- a/Bachelor Thesis.sublime-project +++ b/Bachelor Thesis.sublime-project @@ -2,7 +2,12 @@ "folders": [ { - "path": "/Users/joshua/Documents/uni/2012-2013/Bachelor Thesis" + "path": "/Users/joshua/Documents/uni/2012-2013/Bachelor Thesis", + "folder_exclude_patterns": ["build", "reading"] + }, + { + "name": "Documents", + "path": "/Users/joshua/Documents/uni/2012-2013/Bachelor Thesis/reading" } ] }