From 5f3c74481b1d6f976ede6365d6f90c060c9e2bc1 Mon Sep 17 00:00:00 2001 From: lilyissillyyy Date: Fri, 5 Sep 2025 23:48:03 -0400 Subject: [PATCH] Update gitignore --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index cd592bec..e3cb7046 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,6 +11,11 @@ .npmrc text eol=lf .env.example text eol=lf +# DECTalk +*.dll binary +*.dic binary +*.exe binary + # Asset Files *.jpg binary *.png binary