aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2019-07-22 21:13:33 -0400
committerAjay Ramachandran <[email protected]>2019-07-22 21:13:33 -0400
commit6d32b88490ca761c338124da6c3c6e3b77566368 (patch)
treeb77ec0a0f0123c4b3efa3fd888febd82119e369e
parent95dee05e921bbaf3d3f01217a0fe7bbabf1033a5 (diff)
downloadSponsorBlock-6d32b88490ca761c338124da6c3c6e3b77566368.tar.gz
SponsorBlock-6d32b88490ca761c338124da6c3c6e3b77566368.zip
Updated gitignore for file rename
-rw-r--r--.gitignore2
-rw-r--r--config.js3
2 files changed, 1 insertions, 4 deletions
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