2014-09-21 02:19:39 +00:00
|
|
|
config/*
|
|
|
|
!config/home-assistant.conf.default
|
2015-02-02 01:55:22 +00:00
|
|
|
homeassistant/components/frontend/www_static/polymer/bower_components/*
|
2014-09-21 02:19:39 +00:00
|
|
|
|
|
|
|
# There is not a better solution afaik..
|
|
|
|
!config/custom_components
|
|
|
|
config/custom_components/*
|
|
|
|
!config/custom_components/example.py
|
2014-12-27 06:58:58 +00:00
|
|
|
!config/custom_components/hello_world.py
|
2015-08-09 18:29:50 +00:00
|
|
|
!config/custom_components/mqtt_example.py
|
2013-09-17 07:32:51 +00:00
|
|
|
|
2015-09-01 07:18:26 +00:00
|
|
|
tests/config/home-assistant.log
|
|
|
|
|
2013-09-17 07:32:51 +00:00
|
|
|
# Hide sublime text stuff
|
|
|
|
*.sublime-project
|
|
|
|
*.sublime-workspace
|
|
|
|
|
|
|
|
# Hide some OS X stuff
|
|
|
|
.DS_Store
|
|
|
|
.AppleDouble
|
|
|
|
.LSOverride
|
|
|
|
Icon
|
|
|
|
|
|
|
|
# Thumbnails
|
|
|
|
._*
|
|
|
|
|
2013-12-11 03:48:43 +00:00
|
|
|
.idea
|
2013-09-17 07:32:51 +00:00
|
|
|
|
2015-09-19 19:29:23 +00:00
|
|
|
# pytest
|
|
|
|
.cache
|
|
|
|
|
2013-09-17 07:32:51 +00:00
|
|
|
# GITHUB Proposed Python stuff:
|
|
|
|
*.py[cod]
|
|
|
|
|
|
|
|
# C extensions
|
|
|
|
*.so
|
|
|
|
|
|
|
|
# Packages
|
|
|
|
*.egg
|
|
|
|
*.egg-info
|
|
|
|
dist
|
|
|
|
build
|
|
|
|
eggs
|
2015-12-28 00:15:39 +00:00
|
|
|
.eggs
|
2013-09-17 07:32:51 +00:00
|
|
|
parts
|
|
|
|
bin
|
|
|
|
var
|
|
|
|
sdist
|
|
|
|
develop-eggs
|
|
|
|
.installed.cfg
|
2013-10-08 03:32:44 +00:00
|
|
|
lib
|
|
|
|
lib64
|
2013-09-17 07:32:51 +00:00
|
|
|
|
|
|
|
# Installer logs
|
|
|
|
pip-log.txt
|
|
|
|
|
|
|
|
# Unit test / coverage reports
|
|
|
|
.coverage
|
|
|
|
.tox
|
|
|
|
nosetests.xml
|
|
|
|
|
|
|
|
# Translations
|
|
|
|
*.mo
|
|
|
|
|
|
|
|
# Mr Developer
|
|
|
|
.mr.developer.cfg
|
|
|
|
.project
|
2015-03-23 20:18:07 +00:00
|
|
|
.pydevproject
|
|
|
|
|
|
|
|
.python-version
|
2015-07-07 06:33:35 +00:00
|
|
|
|
|
|
|
# venv stuff
|
|
|
|
pyvenv.cfg
|
|
|
|
pip-selfcheck.json
|