From ab6bf0648c52d8cf5643cb4e01623344b59ee392 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Gro=C3=9F?= Date: Mon, 21 Mar 2022 19:07:00 +0100 Subject: [PATCH] Add .secret file as used by "act" to .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 195def9544..226c332b19 100644 --- a/.gitignore +++ b/.gitignore @@ -111,4 +111,7 @@ tools/unity-avatar-exporter server-console/package-lock.json vcpkg/ /tools/nitpick/compiledResources -qt/ \ No newline at end of file +qt/ + +# Act local GitHub Actions +.secret