home-assistant-core/.gitignore

99 lines
1.2 KiB
Plaintext
Raw Normal View History

config/*
!config/home-assistant.conf.default
# 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 18:29:50 +00:00
!config/custom_components/mqtt_example.py
!config/panels
config/panels/*
!config/panels/react.html
2013-09-17 07:32:51 +00:00
tests/testing_config/deps
tests/testing_config/home-assistant.log
2015-09-01 07:18:26 +00:00
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
._*
.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
# Logs
*.log
2013-09-17 07:32:51 +00:00
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
2015-09-16 06:34:08 +00:00
# emacs auto backups
*~
2015-09-16 06:34:08 +00:00
*#
*.orig
2015-07-07 06:33:35 +00:00
# venv stuff
pyvenv.cfg
pip-selfcheck.json
2016-01-26 16:06:50 +00:00
venv
.venv
2016-01-19 13:10:17 +00:00
# vimmy stuff
*.swp
*.swo
ctags.tmp
2016-05-29 06:58:09 +00:00
# vagrant stuff
virtualization/vagrant/setup_done
virtualization/vagrant/.vagrant
virtualization/vagrant/config
# Visual Studio Code
.vscode