track modpack releases
This commit is contained in:
parent
40ab01ea36
commit
6bf90f5ea3
3 changed files with 11 additions and 0 deletions
4
.gitattributes
vendored
4
.gitattributes
vendored
|
@ -1,2 +1,6 @@
|
||||||
# Disable Git line ending conversion, to prevent packwiz index hashes changing when committing from Windows
|
# Disable Git line ending conversion, to prevent packwiz index hashes changing when committing from Windows
|
||||||
* -text
|
* -text
|
||||||
|
|
||||||
|
# Enable Git LFS for modpack files
|
||||||
|
**/*.mrpack filter=lfs diff=lfs merge=lfs -text
|
||||||
|
**/*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
|
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -4,5 +4,9 @@
|
||||||
# Exclude exported Modrinth modpacks
|
# Exclude exported Modrinth modpacks
|
||||||
*.mrpack
|
*.mrpack
|
||||||
|
|
||||||
|
# Include releases
|
||||||
|
!releases/modrinth/*.mrpack
|
||||||
|
!releases/curseforge/*.zip
|
||||||
|
|
||||||
# Exclude packwiz Windows executable
|
# Exclude packwiz Windows executable
|
||||||
packwiz.exe
|
packwiz.exe
|
||||||
|
|
BIN
releases/modrinth/compsoc-enhanced-vanilla_1.0.0.mrpack
(Stored with Git LFS)
Normal file
BIN
releases/modrinth/compsoc-enhanced-vanilla_1.0.0.mrpack
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in a new issue