Include .ignore file for search utilities (#5290)

* Include .ignore file for search utilities

This instructs search utilities to ignore generated html/js files.

* Panels has no js files
This commit is contained in:
Adam Mills 2017-01-17 01:52:53 -05:00 committed by Paulus Schoutsen
parent 8e17bf43e0
commit bae38ac17b
1 changed files with 6 additions and 0 deletions

6
.ignore Normal file
View File

@ -0,0 +1,6 @@
# Patterns matched in this file will be ignored by supported search utilities
# Ignore generated html and javascript files
/homeassistant/components/frontend/www_static/*.html
/homeassistant/components/frontend/www_static/*.js
/homeassistant/components/frontend/www_static/panels/*.html