1
mirror of https://github.com/home-assistant/core synced 2024-07-15 09:42:11 +02:00
ha-core/.gitignore

75 lines
939 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
2015-08-09 20:29:50 +02:00
!config/custom_components/mqtt_example.py
2013-09-17 09:32:51 +02:00
2015-09-01 09:18:26 +02:00
tests/config/home-assistant.log
2013-09-17 09:32:51 +02:00
# Hide sublime text stuff
*.sublime-project
*.sublime-workspace
# Hide some OS X stuff
.DS_Store
.AppleDouble
.LSOverride
Icon
# Thumbnails
._*
.idea
2013-09-17 09:32:51 +02:00
2015-09-19 21:29:23 +02:00
# pytest
.cache
2013-09-17 09:32:51 +02:00
# GITHUB Proposed Python stuff:
*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
2015-12-28 01:15:39 +01:00
.eggs
2013-09-17 09:32:51 +02:00
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
2015-03-23 21:18:07 +01:00
.pydevproject
.python-version
2015-07-07 08:33:35 +02:00
# venv stuff
pyvenv.cfg
pip-selfcheck.json