File tree 2 files changed +56
-0
lines changed
2 files changed +56
-0
lines changed Original file line number Diff line number Diff line change 4
4
* .pyc
5
5
* .o
6
6
* .so
7
+ .noseids
8
+ * .sublime-workspace
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments