From 05ecbe0af80369ddb065c1ae0d78425ee5e09a42 Mon Sep 17 00:00:00 2001 From: Eddoursul Date: Tue, 5 Oct 2021 23:05:04 +0200 Subject: [PATCH] Do not store strings in LFS --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 9198cd02..5b43ab3d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,6 +3,9 @@ *.esm filter= diff= merge= -text *.esp filter= diff= merge= -text *.pex filter= diff= merge= -text +*.dlstrings filter= diff= merge= -text +*.ilstrings filter= diff= merge= -text +*.strings filter= diff= merge= -text *.gitignore filter= diff= merge= text eol=lf *.gitattributes filter= diff= merge= text eol=lf *.json filter= diff= merge= text eol=lf