hass-core/.gitignore

109 lines
1.1 KiB
Text
Raw Normal View History

config/*
2013-09-17 00:32:51 -07:00
tests/testing_config/deps
tests/testing_config/home-assistant.log
2015-09-01 00:18:26 -07:00
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
._*
# IntelliJ IDEA
.idea
*.iml
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
# Logs
*.log
2013-09-17 00:32:51 -07:00
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
htmlcov/
2013-09-17 00:32:51 -07:00
# 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
Pipfile*
2018-01-05 09:03:32 +01:00
share/*
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
# Visual Studio Code
.vscode
# Built docs
docs/build
# Windows Explorer
desktop.ini
/home-assistant.pyproj
/home-assistant.sln
/.vs/*
# mypy
/.mypy_cache/*
# Secrets
.lokalise_token