Update .gitignore and setup.sh
This commit is contained in:
parent
9d3fba6072
commit
9ebc14eabf
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -129,6 +129,5 @@ dist
|
||||||
.yarn/install-state.gz
|
.yarn/install-state.gz
|
||||||
.pnp.*
|
.pnp.*
|
||||||
|
|
||||||
asdf/
|
|
||||||
out/
|
out/
|
||||||
test/
|
input/
|
6
setup.sh
6
setup.sh
|
@ -1,5 +1,5 @@
|
||||||
npm i
|
npm i
|
||||||
mkdir test
|
mkdir input
|
||||||
mkdir out
|
mkdir out
|
||||||
wget -O test/1.8.zip https://twovb.xyz/meow/packs/1.8.zip
|
wget -O input/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.20.1.zip https://twovb.xyz/meow/packs/1.20.1.zip
|
||||||
|
|
Reference in New Issue
Block a user