diff options
author | Ajay Ramachandran <[email protected]> | 2019-07-22 21:13:33 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2019-07-22 21:13:33 -0400 |
commit | 6d32b88490ca761c338124da6c3c6e3b77566368 (patch) | |
tree | b77ec0a0f0123c4b3efa3fd888febd82119e369e | |
parent | 95dee05e921bbaf3d3f01217a0fe7bbabf1033a5 (diff) | |
download | SponsorBlock-6d32b88490ca761c338124da6c3c6e3b77566368.tar.gz SponsorBlock-6d32b88490ca761c338124da6c3c6e3b77566368.zip |
Updated gitignore for file rename
-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 |