Switch to 301 on config
This commit is contained in:
parent
ed0424c93c
commit
4c3f830e22
11
.vscode/settings.json
vendored
Normal file
11
.vscode/settings.json
vendored
Normal 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"
|
||||
}
|
||||
}
|
@ -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
|
||||
|
@ -3,5 +3,7 @@
|
||||
"include": [
|
||||
"/v2/*"
|
||||
],
|
||||
"exclude": []
|
||||
"exclude": [
|
||||
".vscode"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user