From 91129d5bb36df48a6b44801fa676f6fd346b1bc9 Mon Sep 17 00:00:00 2001 From: Infi Date: Tue, 30 Apr 2024 19:23:08 +0200 Subject: [PATCH] use the correct file ofc --- .gitattributes | 2 ++ .gitignore | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..26464c0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Generated files +ChatTwo/Resources/Language.*.resx linguist-generated=true \ No newline at end of file diff --git a/.gitignore b/.gitignore index b620e88..b9fb6f1 100644 --- a/.gitignore +++ b/.gitignore @@ -367,5 +367,3 @@ FodyWeavers.xsd TestResults *.db-shm *.db-wal - -ChatTwo/Resources/Language.*.resx linguist-generated=true