From 58d32f23eb0ebc988c6e0fd4c6c651c7757021a2 Mon Sep 17 00:00:00 2001 From: Arjun Satarkar Date: Sat, 2 Nov 2024 15:52:25 -0400 Subject: Clean up directory structure, improve README Also this should make GitHub ignore the vendored code for the purpose of detecting programming languages used in the repository. See https://github.com/github-linguist/linguist/blob/main/docs/overrides.md#vendored-code --- priv/static/video.js/font/VideoJS.svg | 150 --------------------------------- priv/static/video.js/font/VideoJS.ttf | Bin 8912 -> 0 bytes priv/static/video.js/font/VideoJS.woff | Bin 5408 -> 0 bytes 3 files changed, 150 deletions(-) delete mode 100755 priv/static/video.js/font/VideoJS.svg delete mode 100755 priv/static/video.js/font/VideoJS.ttf delete mode 100755 priv/static/video.js/font/VideoJS.woff (limited to 'priv/static/video.js/font') diff --git a/priv/static/video.js/font/VideoJS.svg b/priv/static/video.js/font/VideoJS.svg deleted file mode 100755 index f33af62..0000000 --- a/priv/static/video.js/font/VideoJS.svg +++ /dev/null @@ -1,150 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/priv/static/video.js/font/VideoJS.ttf b/priv/static/video.js/font/VideoJS.ttf deleted file mode 100755 index 69c26b9..0000000 Binary files a/priv/static/video.js/font/VideoJS.ttf and /dev/null differ diff --git a/priv/static/video.js/font/VideoJS.woff b/priv/static/video.js/font/VideoJS.woff deleted file mode 100755 index df576af..0000000 Binary files a/priv/static/video.js/font/VideoJS.woff and /dev/null differ -- cgit v1.2.3-57-g22cb