From 311f3def6a2d63b1ce8df0f9d3e2bfca2ee5336b Mon Sep 17 00:00:00 2001 From: Ralph Thesen Date: Sun, 26 Nov 2023 12:59:18 +0100 Subject: [PATCH] configured linguist-vendored --- .gitattributes | 1 + otterwiki/static/.gitattributes | 4 ++-- otterwiki/static/css/.gitattributes | 18 +++++++++--------- otterwiki/static/js/.gitattributes | 26 +++++++++++++------------- 4 files changed, 25 insertions(+), 24 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..40412b9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +otterwiki/templates/*.html linguist-language=Jinja diff --git a/otterwiki/static/.gitattributes b/otterwiki/static/.gitattributes index 0aa85bf..861c659 100644 --- a/otterwiki/static/.gitattributes +++ b/otterwiki/static/.gitattributes @@ -1,2 +1,2 @@ -mathjax/* linguist-detectable=false -webfonts/* linguist-detectable=false +mathjax/* linguist-vendored +webfonts/* linguist-vendored diff --git a/otterwiki/static/css/.gitattributes b/otterwiki/static/css/.gitattributes index c4bf14f..0993cd8 100644 --- a/otterwiki/static/css/.gitattributes +++ b/otterwiki/static/css/.gitattributes @@ -1,12 +1,12 @@ codemirror-theme.css -codemirror.css linguist-detectable=false -fontawesome-all.css linguist-detectable=false -fontawesome-all.min.css linguist-detectable=false -halfmoon-variables.css linguist-detectable=false -halfmoon-variables.min.css linguist-detectable=false -halfmoon.css linguist-detectable=false -halfmoon.min.css linguist-detectable=false +codemirror.css linguist-vendored +fontawesome-all.css linguist-vendored +fontawesome-all.min.css linguist-vendored +halfmoon-variables.css linguist-vendored +halfmoon-variables.min.css linguist-vendored +halfmoon.css linguist-vendored +halfmoon.min.css linguist-vendored otterwiki.css print.css -pygments.css linguist-detectable=false -roboto.css linguist-detectable=false +pygments.css linguist-vendored +roboto.css linguist-vendored diff --git a/otterwiki/static/js/.gitattributes b/otterwiki/static/js/.gitattributes index b8f00a1..719c0ad 100644 --- a/otterwiki/static/js/.gitattributes +++ b/otterwiki/static/js/.gitattributes @@ -1,15 +1,15 @@ -cm-continuelist.js linguist-detectable=false -cm-markdown.js linguist-detectable=false -cm-modes.js linguist-detectable=false -cm-modes.min.js linguist-detectable=false -cm-panel.js linguist-detectable=false +cm-continuelist.js linguist-vendored +cm-markdown.js linguist-vendored +cm-modes.js linguist-vendored +cm-modes.min.js linguist-vendored +cm-panel.js linguist-vendored codemirror-4.inline-attachment.js -codemirror.js linguist-detectable=false -codemirror.min.js linguist-detectable=false -halfmoon-module.js linguist-detectable=false -halfmoon.js linguist-detectable=false -halfmoon.min.js linguist-detectable=false -inline-attachment.js linguist-detectable=false +codemirror.js linguist-vendored +codemirror.min.js linguist-vendored +halfmoon-module.js linguist-vendored +halfmoon.js linguist-vendored +halfmoon.min.js linguist-vendored +inline-attachment.js linguist-vendored otterwiki.js -polyfill.e6.min.js linguist-detectable=false -polyfill.min.js linguist-detectable=false +polyfill.e6.min.js linguist-vendored +polyfill.min.js linguist-vendored