Skip to content

Commit

Permalink
Include .ignore file for search utilities (home-assistant#5290)
Browse files Browse the repository at this point in the history
* Include .ignore file for search utilities

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

* Panels has no js files
  • Loading branch information
emlove authored and balloob committed Jan 17, 2017
1 parent 8e17bf4 commit bae38ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .ignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bae38ac

Please sign in to comment.