ha-core/.gitignore

65 lines
829 B
Plaintext
Raw Normal View History

config/*
!config/home-assistant.conf.default
homeassistant/components/frontend/www_static/polymer/bower_components/*
# There is not a better solution afaik..
!config/custom_components
config/custom_components/*
!config/custom_components/example.py
!config/custom_components/hello_world.py
2013-09-17 09:32:51 +02:00
# Hide sublime text stuff
*.sublime-project
*.sublime-workspace
# Hide code validator output
pep8.txt
pylint.txt
2013-09-17 09:32:51 +02:00
# Hide some OS X stuff
.DS_Store
.AppleDouble
.LSOverride
Icon
# Thumbnails
._*
.idea
2013-09-17 09:32:51 +02:00
# GITHUB Proposed Python stuff:
*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
2013-10-08 05:32:44 +02:00
lib
lib64
2013-09-17 09:32:51 +02:00
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject