Skip to content

Commit 1af4b42

Browse files
committed
Added sublime-text project
Relative paths will make it work for everyone right away
1 parent 5526711 commit 1af4b42

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ dist/
77
MANIFEST
88
.tox
99
*.egg-info
10+
.noseids
11+
*.sublime-workspace
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"folders":
3+
[
4+
// SMMAP
5+
////////
6+
{
7+
"follow_symlinks": true,
8+
"path": "../..",
9+
"file_exclude_patterns" : [
10+
"*.sublime-workspace",
11+
".git",
12+
".noseids",
13+
".coverage"
14+
],
15+
"folder_exclude_patterns" : [
16+
".git",
17+
"cover",
18+
]
19+
},
20+
]
21+
}

0 commit comments

Comments
 (0)