We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9b9a77 + 5ce9660 commit 676d94eCopy full SHA for 676d94e
.coveragerc
@@ -4,5 +4,6 @@ omit =
4
setup.py
5
runtests.py
6
encode/tests/*
7
+ encode/migrations/*
8
.tox/*
9
doc/*
doc/conf.py
@@ -81,7 +81,7 @@
81
82
# List of patterns, relative to source directory, that match files and
83
# directories to ignore when looking for source files.
84
-exclude_patterns = ['_build']
+exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
85
86
# The reST default role (used for this markup: `text`) to use for all documents.
87
#default_role = None
0 commit comments