diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | config.js | 3 |
2 files changed, 1 insertions, 4 deletions
@@ -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 |