From 92017377543a6634bc61e2afe2a177255314fea3 Mon Sep 17 00:00:00 2001 From: Albert Larsan <74931857+albertlarsan68@users.noreply.github.com> Date: Thu, 24 Mar 2022 14:42:55 +0100 Subject: [PATCH] Update .gitignore (#164) The .certificates directory is generated when running the program. However, it is not made to be published. Adding it to the .gitignore file avoids accidentally adding it. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ea8c4bf..e9a9107 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -/target +/target +/.certificates \ No newline at end of file