Skip to content

Commit 676d94e

Browse files
Merge branch 'master' of github.com:collab-project/django-encode
2 parents d9b9a77 + 5ce9660 commit 676d94e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ omit =
44
setup.py
55
runtests.py
66
encode/tests/*
7+
encode/migrations/*
78
.tox/*
89
doc/*

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181

8282
# List of patterns, relative to source directory, that match files and
8383
# directories to ignore when looking for source files.
84-
exclude_patterns = ['_build']
84+
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
8585

8686
# The reST default role (used for this markup: `text`) to use for all documents.
8787
#default_role = None

0 commit comments

Comments
 (0)