From 90bb0ba33f3420c40de5e65c6cf5f6ac6c20338d Mon Sep 17 00:00:00 2001 From: Cornelius Riemenschneider Date: Thu, 2 May 2024 16:05:43 +0200 Subject: [PATCH] Paket: Mark lockfile as generated. --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index 3cd44090159..aa397aab0d2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -73,3 +73,8 @@ python/ql/lib/semmle/python/frameworks/data/internal/subclass-capture/*.yml ling # auto-generated bazel lock file ruby/extractor/cargo-bazel-lock.json linguist-generated=true ruby/extractor/cargo-bazel-lock.json -merge + +# auto-generated files for the C# build +csharp/paket.lock linguist-generated=true +# needs eol=crlf, as `paket` touches this file and saves it als crlf +csharp/.paket/Paket.Restore.targets linguist-generated=true eol=crlf