mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Ignore migration files
This commit is contained in:
parent
e3440cbb90
commit
8d0df6654c
@ -19,8 +19,7 @@ sys.path.append(os.path.abspath('../InvenTree'))
|
|||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
|
|
||||||
project = 'InvenTree'
|
project = 'InvenTree'
|
||||||
copyright = '2019, Oliver Walters'
|
copyright = '2019, InvenTree'
|
||||||
author = 'Oliver Walters'
|
|
||||||
|
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
@ -48,8 +47,8 @@ exclude_patterns = [
|
|||||||
'_build',
|
'_build',
|
||||||
'Thumbs.db',
|
'Thumbs.db',
|
||||||
'.DS_Store',
|
'.DS_Store',
|
||||||
'**/migrations/',
|
'manage.rst', # Ignore django management file
|
||||||
'**/migrations',
|
'**/*.migrations*.rst', # Ignore migration files
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user