From 79f04e6f6f7f9a149be981deb3db1f0657b0f074 Mon Sep 17 00:00:00 2001 From: Aiz <66974576+Aiz0@users.noreply.github.com> Date: Sun, 28 Jan 2024 19:34:19 +0100 Subject: [PATCH] chore: git and packwiz files (#13) * chore: name change and version bump Updates name to our current choice. Version bump since we have downgraded. * chore(git): gitattributes disable line ending conversion. * chore(packwiz): packwizignore ignore files that packwiz or the player shouldn't care about. * chore(git): ignore reload.sh ignore my reload script. --- .gitattributes | 2 ++ .gitignore | 1 + .packwizignore | 11 +++++++++++ index.toml | 16 ++-------------- pack.toml | 2 +- 5 files changed, 17 insertions(+), 15 deletions(-) create mode 100644 .gitattributes create mode 100644 .packwizignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d790abd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Disable Git line ending conversion, to prevent packwiz index hashes changing when committing from Windows +* -text \ No newline at end of file diff --git a/.gitignore b/.gitignore index 722d5e7..637348b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .vscode +reload.sh \ No newline at end of file diff --git a/.packwizignore b/.packwizignore new file mode 100644 index 0000000..7f6d067 --- /dev/null +++ b/.packwizignore @@ -0,0 +1,11 @@ +# .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.asc +# Exclude everthing begining with a dot because it should only be editor stuff. +/.* +# probe stuff should not be necessary. +/kubejs/probe +# Aiz reload script +/reload.sh \ No newline at end of file diff --git a/index.toml b/index.toml index 95cced1..9451800 100644 --- a/index.toml +++ b/index.toml @@ -1,20 +1,8 @@ hash-format = "sha256" [[files]] -file = ".github/workflows/super-linter.yml" -hash = "e26b7bda1caec83beaea9b94a2c61596b5469a31e806394937cc0e87bcdbf580" - -[[files]] -file = ".prettierrc" -hash = "238510728f79b3a68ede8e4cbee8184082dbd3079adf76a9874648b0b8e633b5" - -[[files]] -file = ".vscode/settings.json" -hash = "8eb95bcbc154530931e15fc418c8b1fe991095671409552099ea1aa596999ede" - -[[files]] -file = "README.asc" -hash = "4f00cddf56d89a8c8ea73fb06e2ded50bdf884bdf70487fe31290b57476443a3" +file = "LICENSE" +hash = "01e95ac360b6293e22377aac91494120076a922c3e030766d2ad79d9329b6681" [[files]] file = "config/forgery/features.ini" diff --git a/pack.toml b/pack.toml index dd913cd..e6bdfbd 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "57f3c0b99fbdf4ae909c07a2a8d0edcb93d0070436844184440fa2d63e08ac6d" +hash = "d95770adacc03c102b4ca3a51f69db8a068830c00b3fa2f23e8db1d57efead4f" [versions] forge = "43.3.0"