From 6527ac8362d53e1af374220a730c1987b35048d2 Mon Sep 17 00:00:00 2001 From: h44z Date: Thu, 10 Sep 2020 20:59:12 +0200 Subject: [PATCH] Exclude cert.cert from git (#68) --- .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