Fixed .gitattributes again
This commit is contained in:
parent
b14933ed96
commit
91939e7ac9
1 changed files with 10 additions and 10 deletions
20
.gitattributes
vendored
20
.gitattributes
vendored
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue