From 45c331a36ed6f827a561abcea220fc7f56c22daa Mon Sep 17 00:00:00 2001 From: z0x Date: Thu, 24 Apr 2025 21:25:39 -0400 Subject: [PATCH] refactor: ignore .md in language stats --- .gitattributes | 2 +- .gitignore | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index d8f52df..d2a0062 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -*.mdx linguist-vendored \ No newline at end of file +*.md linguist-vendored \ No newline at end of file diff --git a/.gitignore b/.gitignore index 7b9c288..296cef4 100644 --- a/.gitignore +++ b/.gitignore @@ -9,5 +9,4 @@ pnpm-debug.log* .env.production .DS_Store .idea/ -teaser.pptx -~$teaser.pptx \ No newline at end of file +bun.lock \ No newline at end of file