update .packwizignore

This commit is contained in:
♥ Minnie ♥ 2024-05-28 11:22:41 +08:00
parent 62c3b8a5f6
commit be9fae8d06
No known key found for this signature in database
3 changed files with 11 additions and 9 deletions

10
.packwizignore Normal file
View file

@ -0,0 +1,10 @@
# .packwizignore follows the same format as .gitignore, and can be used to exclude unwanted files from pack exports
# See https://git-scm.com/docs/gitignore
# Exclude README
/README.md
/LICENSE
/*.nix
/*.lock
.direnv
.envrc

View file

@ -1,13 +1,5 @@
hash-format = "sha256" hash-format = "sha256"
[[files]]
file = "LICENSE"
hash = "84d0765a0ed076af40929cd3c81f8a5a79ff1875dcf4e071effcaa74185b18f4"
[[files]]
file = "README.md"
hash = "0655f1371600922727fa66a6a3ad90ffb3a5cd9e9f851a66af048b13f3aaa3d3"
[[files]] [[files]]
file = "mods/c2me-fabric.pw.toml" file = "mods/c2me-fabric.pw.toml"
hash = "47417b73fa94227651ac63139dddaf6beb937d45aed9ba8221a563a8ad50e209" hash = "47417b73fa94227651ac63139dddaf6beb937d45aed9ba8221a563a8ad50e209"

View file

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "119937b48b5d7bc1359353f0d5cb3d8e4a965166029fb334eb6a58e5b98dc408" hash = "066c32fd39d74e7137c094ca07ee3745dd60cc3864c4c07a2e4caba4a0b16506"
[versions] [versions]
fabric = "0.15.11" fabric = "0.15.11"