hass-core/.gitignore

93 lines
1.1 KiB
Text
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 11:29:50 -07:00
!config/custom_components/mqtt_example.py
2013-09-17 00:32:51 -07:00
tests/config/deps
2015-09-01 00:18:26 -07:00
tests/config/home-assistant.log
2013-09-17 00:32:51 -07:00
# Hide sublime text stuff
*.sublime-project
*.sublime-workspace
# Hide some OS X stuff
.DS_Store
.AppleDouble
.LSOverride
Icon
# Thumbnails
._*
.idea
2013-09-17 00:32:51 -07:00
2015-09-19 12:29:23 -07:00
# pytest
.cache
2013-09-17 00:32:51 -07:00
# GITHUB Proposed Python stuff:
*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
2015-12-27 16:15:39 -08:00
.eggs
2013-09-17 00:32:51 -07:00
parts
bin
var
sdist
develop-eggs
.installed.cfg
2013-10-07 20:32:44 -07:00
lib
lib64
2013-09-17 00:32:51 -07: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-06 23:33:35 -07:00
2015-09-16 08:34:08 +02:00
# emacs auto backups
*~
2015-09-16 08:34:08 +02:00
*#
*.orig
2015-07-06 23:33:35 -07:00
# venv stuff
pyvenv.cfg
pip-selfcheck.json
2016-01-26 17:06:50 +01:00
venv
.venv
2016-01-19 08:10:17 -05:00
# vimmy stuff
*.swp
*.swo
ctags.tmp
2016-05-29 08:58:09 +02:00
# vagrant stuff
virtualization/vagrant/setup_done
virtualization/vagrant/.vagrant
virtualization/vagrant/config