From eb1b37e8f985fba103837fb160f99ff32d19a81f Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sat, 11 Oct 2025 11:56:00 -0400 Subject: [PATCH] feat: add base LICENSE and .gitignore files --- .gitignore | 2 ++ LICENSE | 1 + 2 files changed, 3 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e3f4af3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# JetBrains IDEs +.idea/ diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..644d7cc --- /dev/null +++ b/LICENSE @@ -0,0 +1 @@ +No license, replace this file after using the template.