.gitignore
This commit is contained in:
parent
b172908d6a
commit
f4cae12052
3 changed files with 60 additions and 55 deletions
105
.gitignore
vendored
105
.gitignore
vendored
|
|
@ -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
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue