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