Update .gitignore and setup.sh

This commit is contained in:
2vb 2023-11-21 03:56:55 -08:00
parent 9d3fba6072
commit 9ebc14eabf
2 changed files with 4 additions and 5 deletions

3
.gitignore vendored
View File

@ -129,6 +129,5 @@ dist
.yarn/install-state.gz
.pnp.*
asdf/
out/
test/
input/

View File

@ -1,5 +1,5 @@
npm i
mkdir test
mkdir input
mkdir out
wget -O test/1.8.zip https://twovb.xyz/meow/packs/1.8.zip
wget -O test/1.20.1.zip https://twovb.xyz/meow/packs/1.20.1.zip
wget -O input/1.8.zip https://twovb.xyz/meow/packs/1.8.zip
wget -O input/1.20.1.zip https://twovb.xyz/meow/packs/1.20.1.zip