dev things

This commit is contained in:
shockrah 2021-01-27 19:20:53 -08:00
parent fa62d3adfe
commit f548449f8c
2 changed files with 3 additions and 2 deletions

View File

@ -11,3 +11,5 @@ pages/css/
.vscode/ .vscode/
share/ share/
node_modules/ node_modules/
dev/

View File

@ -1,5 +1,4 @@
{ {
"username": "shockrah",
"servers": [ "servers": [
{ {
"name": "cool1", "name": "cool1",
@ -19,5 +18,5 @@
"ignore-me": "global's like this are mainly for default configuration things", "ignore-me": "global's like this are mainly for default configuration things",
"global-username": "shockrah", "global-username": "shockrah",
"proxy": "one day this will be a thing" "global-proxy": "one day this will be a thing but not today"
} }