From bae38ac17b29097b0b8ce9262fa232c5d91e0165 Mon Sep 17 00:00:00 2001 From: Adam Mills Date: Tue, 17 Jan 2017 01:52:53 -0500 Subject: [PATCH] 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 --- .ignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .ignore diff --git a/.ignore b/.ignore new file mode 100644 index 00000000000..45c6dc5561f --- /dev/null +++ b/.ignore @@ -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