summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorTheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com>2021-05-23 16:53:16 +0000
committerGitHub <noreply@github.com>2021-05-23 16:53:16 +0000
commit5a59bd99984e65776f4bfd9ce258e306488eb404 (patch)
tree916ec646fa6566540de7a4bb0f95c84436abb75f /.gitattributes
parent993d731c92f6f07e4bee4a222c02e1e47d7f9d6e (diff)
downloadinvidious-5a59bd99984e65776f4bfd9ce258e306488eb404.tar.gz
invidious-5a59bd99984e65776f4bfd9ce258e306488eb404.tar.bz2
invidious-5a59bd99984e65776f4bfd9ce258e306488eb404.zip
Make the Github Linguist ignore JS files
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 00000000..644842d2
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+# https://github.community/t/how-to-change-the-category/2261/3
+*.js linguist-detectable=false