mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 19:57:07 +00:00
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:
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
|
Loading…
x
Reference in New Issue
Block a user