From 85501820f1c8f09774f1610471aeead1acab48a6 Mon Sep 17 00:00:00 2001 From: Janis Date: Sat, 29 Oct 2022 15:55:50 +0200 Subject: [PATCH] add config to gitignore to prevent pushing apikey by accident --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e69de29..a2d72a2 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +config.js \ No newline at end of file