diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2014-07-14 13:05:41 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2014-07-14 13:05:41 +0200 |
| commit | 1af4b42a2354acbb53c7956d647655922658fd80 (patch) | |
| tree | c37921b156fea81816d47057a119abfafc6d46a9 | |
| parent | 55267119140f3828a24b4986600ed21a1808d6cc (diff) | |
| download | smmap-1af4b42a2354acbb53c7956d647655922658fd80.tar.gz | |
Added sublime-text project
Relative paths will make it work for everyone right away
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | etc/sublime-text/smmap.sublime-project | 21 |
2 files changed, 23 insertions, 0 deletions
@@ -7,3 +7,5 @@ dist/ MANIFEST .tox *.egg-info +.noseids +*.sublime-workspace diff --git a/etc/sublime-text/smmap.sublime-project b/etc/sublime-text/smmap.sublime-project new file mode 100644 index 0000000..251ebbd --- /dev/null +++ b/etc/sublime-text/smmap.sublime-project @@ -0,0 +1,21 @@ +{ + "folders": + [ + // SMMAP + //////// + { + "follow_symlinks": true, + "path": "../..", + "file_exclude_patterns" : [ + "*.sublime-workspace", + ".git", + ".noseids", + ".coverage" + ], + "folder_exclude_patterns" : [ + ".git", + "cover", + ] + }, + ] +} |
