From 4de2e2a57ec1248fa91cd6d45ac8ab26edd5c9e7 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Sat, 16 Sep 2023 09:38:54 +0200 Subject: [PATCH] Submit gitignore --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..231cf6a --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +Ignore/* +.vs/* +.vscode/* +Releases/* +ReleasesUnpacked/* +*.log +*.html +Artefacts/* \ No newline at end of file