From ec330386e1f3055d6145312c0a8d5389510a864b Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Mon, 8 Jun 2020 08:40:43 +0200 Subject: [PATCH] Exclude cert.cert from git --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7af7a48..2345569 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ obj/ *.dll *.pem .vscode/ -*.pfx \ No newline at end of file +*.pfx +*.cert \ No newline at end of file