From cfbd1bfad9584b78e3b3eb50d89e27cbd7509d21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=BA=C5=A1=20Juraj=20Koby=C4=BEan?= Date: Fri, 22 Nov 2024 21:14:28 +0100 Subject: [PATCH] Remove config.js from git tracking --- scripts/config.js | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 scripts/config.js diff --git a/scripts/config.js b/scripts/config.js deleted file mode 100644 index a7eebec..0000000 --- a/scripts/config.js +++ /dev/null @@ -1,7 +0,0 @@ -// config.js -const config = { - SUPABASE_URL: 'URL', - SUPABASE_KEY: 'KEY' -}; - -export default config; \ No newline at end of file