Ignore tests/config/deps/ for both git and flake8.
Sometimes py.test leave some packages around in tests/config/deps. Make sure these do not accidentally get pulled into a commit or cause a local tox run to fail.pull/1816/head
parent
4aa43bbf7a
commit
0e10f7ced9
|
@ -8,6 +8,7 @@ config/custom_components/*
|
|||
!config/custom_components/hello_world.py
|
||||
!config/custom_components/mqtt_example.py
|
||||
|
||||
tests/config/deps
|
||||
tests/config/home-assistant.log
|
||||
|
||||
# Hide sublime text stuff
|
||||
|
|
Loading…
Reference in New Issue