mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 13:47:35 +00:00
Added __pycache__ to gitignore
This commit is contained in:
parent
4ef17270b5
commit
53de2ad86d
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,6 +1,7 @@
|
|||||||
config/*
|
config/*
|
||||||
!config/home-assistant.conf.default
|
!config/home-assistant.conf.default
|
||||||
homeassistant/components/frontend/www_static/polymer/bower_components/*
|
homeassistant/components/frontend/www_static/polymer/bower_components/*
|
||||||
|
__pycache__
|
||||||
|
|
||||||
# There is not a better solution afaik..
|
# There is not a better solution afaik..
|
||||||
!config/custom_components
|
!config/custom_components
|
||||||
@ -62,4 +63,4 @@ nosetests.xml
|
|||||||
# Mr Developer
|
# Mr Developer
|
||||||
.mr.developer.cfg
|
.mr.developer.cfg
|
||||||
.project
|
.project
|
||||||
.pydevproject
|
.pydevproject
|
||||||
|
Loading…
x
Reference in New Issue
Block a user