From afd3f0f861ebe7f8957eb6abc6e19f92c7b5896a Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Fri, 12 Apr 2024 14:32:41 +0200 Subject: Add in-game updater (#1050) Co-authored-by: IRONM00N <64110067+IRONM00N@users.noreply.github.com> --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e02d8fc4..adb09575 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,6 @@ run infer-out/ ciwork/ .DS_STORE +*.asc +secrets/* + -- cgit