From 6d32b88490ca761c338124da6c3c6e3b77566368 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Mon, 22 Jul 2019 21:13:33 -0400 Subject: [PATCH] Updated gitignore for file rename --- .gitignore | 2 +- config.js | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 config.js diff --git a/.gitignore b/.gitignore index a98ca8ff..0af10d9b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -content-config.js +config.js ignored \ No newline at end of file diff --git a/config.js b/config.js deleted file mode 100644 index 005793a7..00000000 --- a/config.js +++ /dev/null @@ -1,3 +0,0 @@ -//this file is loaded along iwth content.js -//this file sets the server to connect to, and is gitignored -var serverAddress = "http://localhost"; \ No newline at end of file