forked from home-assistant/core
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:
committed by
Paulus Schoutsen
parent
8e17bf43e0
commit
bae38ac17b
6
.ignore
Normal file
6
.ignore
Normal 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
|
Reference in New Issue
Block a user