From f4cae12052ce8d903e5c0dc93b3cdefb64bab4de Mon Sep 17 00:00:00 2001 From: Xikaro <0regon.end@gmail.com> Date: Thu, 14 Dec 2023 08:14:33 +0500 Subject: [PATCH] .gitignore --- .gitignore | 105 ++++++++++++++++++++++++++++++----------------------- index.toml | 8 ---- pack.toml | 2 +- 3 files changed, 60 insertions(+), 55 deletions(-) diff --git a/.gitignore b/.gitignore index c1035e867..b958935a1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,53 +1,66 @@ -crash-reports/* -logs/* -saves/* -config/jei/world/* -local/* -XaeroWaypoints* -XaeroWorldMap/* -CustomSkinLoader/* -options.txt -patchouli_data.json -usernamecache.json -usercache.json -rhino.local.properties -fancymenu_data/last_world.fmdata -profile.json -screenshots/* -emi.json -servers.dat -servers.dat_old -.sl_password -cherishedworlds-favorites.dat -CustomSkinLoader/* -realms_persistence.json -config/roughlyenoughitems/* -config/oculus.properties -.github/buildtools/serverfiles/logs/ -.github/buildtools/serverfiles/world/ -.github/buildtools/serverfiles/config/ -.github/buildtools/serverfiles/crash-reports/ -.github/buildtools/serverfiles/kubejs/ -.github/buildtools/serverfiles/mods/ -.github/buildtools/serverfiles/local/ -.github/buildtools/serverfiles/xaerominimap-common.txt -.github/buildtools/serverfiles/xaeroworldmap-common.txt -.github/buildtools/serverfiles/banned-ips.json -.github/buildtools/serverfiles/banned-players.json -.github/buildtools/serverfiles/ops.json -.github/buildtools/serverfiles/whitelist.json +# Configs +/config/jei/world/* +/config/roughlyenoughitems/* +/config/oculus.properties +/config/smoothboot.json +/config/fml.toml +/config/forge-client.toml -minecraftinstance.json +# .minecraft +/crash-reports/* +/logs/* +/saves/* +/ldlib/ +/local/* +/XaeroWaypoints* +/XaeroWorldMap/* +/CustomSkinLoader/* +/screenshots/* + +# Extensions +**/*.log +**/*.gz +**/*.DS_Store +**/*.jar + +# Client data +/.curseclient +/.sl_password +/options.txt +/patchouli_data.json +/usernamecache.json +/usercache.json +/rhino.local.properties +/fancymenu_data/last_world.fmdata +/profile.json +/emi.json +/servers.dat +/cherishedworlds-favorites.dat +/realms_persistence.json +/minecraftinstance.json +/knownkeys.txt -config/smoothboot.json -.curseclient -knownkeys.txt -*.code-workspace packwiz-installer.jar -config/fml.toml -config/forge-client.toml packwiz.json -ldlib/ + +*.code-workspace +*.zip + + +# Server Pack +/.github/buildtools/serverpack/logs/ +/.github/buildtools/serverpack/world/ +/.github/buildtools/serverpack/config/ +/.github/buildtools/serverpack/crash-reports/ +/.github/buildtools/serverpack/kubejs/ +/.github/buildtools/serverpack/mods/ +/.github/buildtools/serverpack/local/ +/.github/buildtools/serverpack/xaerominimap-common.txt +/.github/buildtools/serverpack/xaeroworldmap-common.txt +/.github/buildtools/serverpack/banned-ips.json +/.github/buildtools/serverpack/banned-players.json +/.github/buildtools/serverpack/ops.json +/.github/buildtools/serverpack/whitelist.json \ No newline at end of file diff --git a/index.toml b/index.toml index d566f4413..991efcf43 100644 --- a/index.toml +++ b/index.toml @@ -1,9 +1,5 @@ hash-format = "sha256" -[[files]] -file = ".gitmodules" -hash = "28116b3e461d83f83c97d5a21339c22739876e11ebe645db6124ab63485c9c2c" - [[files]] file = "config/InventoryHUD/curios.json" hash = "6d8948129a4e9f1aa4a98e4e58c546426cdb8cce33c25f750a380e5800fa2f1d" @@ -656,10 +652,6 @@ hash = "b7f72fbe7cdbca1465d102309276201bfc0835bf7d5058080c1104d9786907fe" file = "defaultconfigs/tfc-server.toml" hash = "01eadc12d3a496f21816030a21dac074acf3e710b14b12f857a5f59b2c17527d" -[[files]] -file = "icon.png" -hash = "33ea62d26cca1dac22363338cd27db222ef2fc3319c94332ea3155c7a45fd524" - [[files]] file = "kubejs/README.txt" hash = "050df4dac58ebda30a898e6c65e91cc4f4e15bcd7c2a19b58ab1c05082e36556" diff --git a/pack.toml b/pack.toml index 90d0cb586..1d975c462 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "5488bb9eaca02df99e3081af8080778673efd252d188ec39afcafa493c3d263c" +hash = "101edccbb55b910b9a141b314a8c15e72510b25cf98fef8dc959dbf1e2a12131" [versions] forge = "47.2.6"