From 6f938e8d690a5696a462d8c784aef92d7abf6084 Mon Sep 17 00:00:00 2001 From: Nekojimi Date: Sun, 16 Oct 2022 12:59:31 +0100 Subject: [PATCH] Update Gitea template with IDEA project files. --- .gitea/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/template b/.gitea/template index f0389cb..cc4a863 100644 --- a/.gitea/template +++ b/.gitea/template @@ -1,3 +1,5 @@ build.gradle src/main/java/com/example/examplemod/ExampleMod.java README.md +.idea/* +src/main/resources/*