From 08327255074c7d330e4849bd4d1128088ef6ce62 Mon Sep 17 00:00:00 2001 From: Philipp Date: Sun, 6 Oct 2024 09:49:08 +0200 Subject: [PATCH 1/2] maybe gitignore is fixed now? --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9072f66..70112da 100644 --- a/.gitignore +++ b/.gitignore @@ -146,6 +146,7 @@ build/ !.vscode/launch.json # Non Clashing Bitburner Override -config.mjs* +*config.mjs* *serverList.txt* *bestTarget.txt* +config.mjs From 902e1e16bcb0b86c0aa81a0b65312b4ecc2cfa35 Mon Sep 17 00:00:00 2001 From: Philipp Date: Sun, 6 Oct 2024 09:49:23 +0200 Subject: [PATCH 2/2] this should now be an empty commit --- config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mjs b/config.mjs index 36e129a..11524e7 100644 --- a/config.mjs +++ b/config.mjs @@ -15,7 +15,7 @@ const createContext = async () => await context({ port: 12525, types: 'NetscriptDefinitions.d.ts', mirror: { - 'Mizzajl': ['home'] + 'Ramses': ['home'] }, distribute: { },