1

Switch to 301 on config

This commit is contained in:
Evan Pratten 2023-10-11 11:11:03 -04:00
parent ed0424c93c
commit 4c3f830e22
3 changed files with 15 additions and 2 deletions

11
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,11 @@
{
"files.associations": {
"*.json.liquid": "json",
"*.yaml.liquid": "yaml",
"*.md.liquid": "markdown",
"*.js.liquid": "liquid-javascript",
"*.css.liquid": "liquid-css",
"*.scss.liquid": "liquid-scss",
"_redirects": "txt"
}
}

View File

@ -44,7 +44,7 @@
/illuminated-shields https://modrinth.com/resourcepack/illuminated-shields
# Projects
/config https://github.com/ewpratten/ewconfig.git
/config https://github.com/ewpratten/ewconfig.git 301
/tilde-tweaks https://github.com/ewpratten/tilde-tweaks
/tilde-tweaks/* https://github.com/ewpratten/tilde-tweaks/raw/master/scripts/:splat
/protomask https://github.com/ewpratten/protomask

View File

@ -3,5 +3,7 @@
"include": [
"/v2/*"
],
"exclude": []
"exclude": [
".vscode"
]
}