From 5a075977aadc8fcbd6d58575e1a3046bde5de763 Mon Sep 17 00:00:00 2001 From: Ethan Li Date: Fri, 15 Mar 2024 14:05:11 -0700 Subject: [PATCH] Exclude devcontainer scripts from GitHub stats --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 314766e..4c44e4c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ * text=auto eol=lf *.{cmd,[cC][mM][dD]} text eol=crlf *.{bat,[bB][aA][tT]} text eol=crlf +.devcontainer/library-scripts/*.sh linguist-detectable=false