diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ab04655b..5c62f962 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,6 +11,11 @@ repos: rev: v3.2.0 hooks: - id: check-added-large-files # Prevents giant files from being committed + exclude: | + (?x)^( + chromecast-receiver/cc-receiver-logo.png| + media/cc-receiver-logo.svg + )$ - id: check-yaml # Checks yaml files for parseable syntax - id: end-of-file-fixer # Ensures that a file is either empty, or ends with one newline - id: trailing-whitespace # Trims trailing whitespace diff --git a/chromecast-receiver/cc-receiver-logo.png b/chromecast-receiver/cc-receiver-logo.png new file mode 100644 index 00000000..a07ab235 Binary files /dev/null and b/chromecast-receiver/cc-receiver-logo.png differ diff --git a/chromecast-receiver/receiver.html b/chromecast-receiver/receiver.html index a58225c0..834fef19 100644 --- a/chromecast-receiver/receiver.html +++ b/chromecast-receiver/receiver.html @@ -3,23 +3,25 @@