From c2887d6724790b7b876dc1bd39eade8487b567fb Mon Sep 17 00:00:00 2001 From: rnentjes Date: Sun, 1 Dec 2024 12:01:29 +0100 Subject: [PATCH] Add .gitea/template configuration file Create a new .gitea/template file to specify codebase structure. This file includes settings for the repository name and Kotlin file patterns, aiding in standardized project setup. --- .gitea/template | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitea/template diff --git a/.gitea/template b/.gitea/template new file mode 100644 index 0000000..0ea7e8f --- /dev/null +++ b/.gitea/template @@ -0,0 +1,3 @@ +# Repo name +settings.gradle.kts +**.kt