From 7dbdf7e766f33aba9ac3963a2241cbabea6f7ee5 Mon Sep 17 00:00:00 2001 From: Gabriella Gonzalez Date: Thu, 26 Jan 2023 12:59:46 -0800 Subject: [PATCH 1/2] Mark JS files as vendored MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … so that GitHub stops thinking that this is a JavaScript project, lol … as suggested by @evanrelf --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..86dad98 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +website/js/python.js linguist-vendored From c6ea576d9707e947a46ddd4f9a231b5bb2f8076b Mon Sep 17 00:00:00 2001 From: Gabriella Gonzalez Date: Thu, 26 Jan 2023 13:01:29 -0800 Subject: [PATCH 2/2] Also vendor codemirror --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 86dad98..cb60001 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ website/js/python.js linguist-vendored +website/js/codemirror.js linguist-vendored