From b337da2fbf23280c739daa9ccbf60b86a0f3b2e3 Mon Sep 17 00:00:00 2001 From: Tolik <85737314+Tolik-Trek@users.noreply.github.com> Date: Fri, 25 Oct 2024 00:46:21 +1000 Subject: [PATCH] ... --- _.gitignore | 9 +++++++++ Docs/changes.txt => changes.txt | 0 2 files changed, 9 insertions(+) create mode 100644 _.gitignore rename Docs/changes.txt => changes.txt (100%) diff --git a/_.gitignore b/_.gitignore new file mode 100644 index 0000000..cde89ea --- /dev/null +++ b/_.gitignore @@ -0,0 +1,9 @@ +/.DS_Store +/.tmp +/.vscode +/Build +/Debug +/Icon +/SP_Core.code-workspace +/RUN +/Docs diff --git a/Docs/changes.txt b/changes.txt similarity index 100% rename from Docs/changes.txt rename to changes.txt