Fix the test config.conf and doc wrong path in gitingore
Fix the test config.conf and doc wrong path in gitingore Change-Id: I58c25bb0465065b6611d5ba9a866e90e2d7a25b5
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -21,8 +21,8 @@ reports
|
|||||||
muranodashboard/local/local_settings.py
|
muranodashboard/local/local_settings.py
|
||||||
muranodashboard/settings.py
|
muranodashboard/settings.py
|
||||||
/static/
|
/static/
|
||||||
docs/build/
|
doc/build/
|
||||||
docs/source/sourcecode
|
doc/source/sourcecode
|
||||||
build
|
build
|
||||||
dist
|
dist
|
||||||
|
|
||||||
@@ -30,6 +30,6 @@ dist
|
|||||||
doc/source/api
|
doc/source/api
|
||||||
|
|
||||||
# Tests
|
# Tests
|
||||||
muranodashboard/test/functional/config/config.conf
|
muranodashboard/tests/functional/config/config.conf
|
||||||
node_modules
|
node_modules
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
|
Reference in New Issue
Block a user