From 8bc0d53abb8187281fc96d8f2fd1f0df1efd95d2 Mon Sep 17 00:00:00 2001 From: Oliver Boehlk Date: Sat, 18 Apr 2020 21:23:05 +0200 Subject: [PATCH] do not store credentials in git --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1280fd9..71769e1 100644 --- a/.gitignore +++ b/.gitignore @@ -109,3 +109,4 @@ dist # Stores VSCode versions used for testing VSCode extensions .vscode-test +credentials.js