diff --git a/.gitignore b/.gitignore index a2d72a2..e69de29 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +0,0 @@ -config.js \ No newline at end of file diff --git a/config.js b/config.js new file mode 100644 index 0000000..0ffc93a --- /dev/null +++ b/config.js @@ -0,0 +1,3 @@ +const CONFIG = { + apiKey: "", +};