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.
This commit is contained in:
2024-12-01 12:01:29 +01:00
parent 88d09ecdbf
commit c2887d6724

3
.gitea/template Normal file
View File

@@ -0,0 +1,3 @@
# Repo name
settings.gradle.kts
**.kt