Ignore migration files

This commit is contained in:
Oliver Walters 2019-04-27 16:48:04 +10:00
parent e3440cbb90
commit 8d0df6654c

View File

@ -19,8 +19,7 @@ sys.path.append(os.path.abspath('../InvenTree'))
# -- Project information -----------------------------------------------------
project = 'InvenTree'
copyright = '2019, Oliver Walters'
author = 'Oliver Walters'
copyright = '2019, InvenTree'
# -- General configuration ---------------------------------------------------
@ -48,8 +47,8 @@ exclude_patterns = [
'_build',
'Thumbs.db',
'.DS_Store',
'**/migrations/',
'**/migrations',
'manage.rst', # Ignore django management file
'**/*.migrations*.rst', # Ignore migration files
]