There was an error while loading. Please reload this page.
1 parent 5526711 commit 1af4b42Copy full SHA for 1af4b42
2 files changed
.gitignore
@@ -7,3 +7,5 @@ dist/
7
MANIFEST
8
.tox
9
*.egg-info
10
+.noseids
11
+*.sublime-workspace
etc/sublime-text/smmap.sublime-project
@@ -0,0 +1,21 @@
1
+{
2
+ "folders":
3
+ [
4
+ // SMMAP
5
+ ////////
6
+ {
+ "follow_symlinks": true,
+ "path": "../..",
+ "file_exclude_patterns" : [
+ "*.sublime-workspace",
+ ".git",
12
+ ".noseids",
13
+ ".coverage"
14
+ ],
15
+ "folder_exclude_patterns" : [
16
17
+ "cover",
18
+ ]
19
+ },
20
21
+}
0 commit comments