From 9e7a6f28dd546afcab6c6c4579961cc94c504301 Mon Sep 17 00:00:00 2001 From: Michael Hillcox Date: Tue, 14 Nov 2023 13:31:21 +0000 Subject: [PATCH] fix: correct project name and updated gitignores --- .gitignore | 5 ++++- settings.gradle | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 61563f7..403476e 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,7 @@ logs eclipse run .vscode -**/extra-mods-*/ \ No newline at end of file +**/extra-mods-*/ + +.DS_Store +.architectury-transformer \ No newline at end of file diff --git a/settings.gradle b/settings.gradle index 7628cae..1e8478d 100644 --- a/settings.gradle +++ b/settings.gradle @@ -10,4 +10,4 @@ include("common") include("fabric") include("forge") -rootProject.name = 'FTB-Ranks-1.20.1' +rootProject.name = 'FTB-Ranks-1.20.2'