Fixed .gitattributes again

This commit is contained in:
Malasaur 2025-11-17 10:26:51 +01:00
parent b14933ed96
commit 91939e7ac9

20
.gitattributes vendored
View file

@ -6,11 +6,11 @@
# git config merge.ours.driver true
# This tells git to ignore upstream files and keep local ones on merge.
index.toml ours
pack.toml ours
README.md ours
config/fabric_loader_dependencies.json ours
config/isxander-main-menu-credits.json ours
index.toml merge=ours
pack.toml merge=ours
README.md merge=ours
config/fabric_loader_dependencies.json merge=ours
config/isxander-main-menu-credits.json merge=ours
# === BASE FILES
# These are files added by the modpack.
@ -21,11 +21,11 @@ config/isxander-main-menu-credits.json ours
# git config merge.theirs.driver "copy %B %A" # Windows
# This tells git to replace local files with upstream ones on merge.
mods/* theirs
resourcepacks/* theirs
shaderpacks/* theirs
config/yosbr/config/* theirs
scripts/* theirs
mods/* merge=theirs
resourcepacks/* merge=theirs
shaderpacks/* merge=theirs
config/yosbr/config/* merge=theirs
scripts/* merge=theirs
# === OTHER FILES
# All other files must be merged manually.