Skip to content

Commit 9dc111e

Browse files
committed
Added sublime-text project
Suitable for everyone thanks to relative paths
1 parent 32d34eb commit 9dc111e

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ dist/
44
*.pyc
55
*.o
66
*.so
7+
.noseids
8+
*.sublime-workspace
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"folders":
3+
[
4+
// GITDB
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+
"gitdb/ext"
19+
]
20+
},
21+
// SMMAP
22+
////////
23+
{
24+
"follow_symlinks": true,
25+
"path": "../../gitdb/ext/smmap",
26+
"file_exclude_patterns" : [
27+
"*.sublime-workspace",
28+
".git",
29+
".noseids",
30+
".coverage"
31+
],
32+
"folder_exclude_patterns" : [
33+
".git",
34+
"cover",
35+
]
36+
},
37+
// ASYNC
38+
////////
39+
{
40+
"follow_symlinks": true,
41+
"path": "../../gitdb/ext/async",
42+
"file_exclude_patterns" : [
43+
"*.sublime-workspace",
44+
".git",
45+
".noseids",
46+
".coverage"
47+
],
48+
"folder_exclude_patterns" : [
49+
".git",
50+
"cover",
51+
]
52+
},
53+
]
54+
}

0 commit comments

Comments
 (0)