From ac67f87b7012e338aef3ba4018f796afb8580717 Mon Sep 17 00:00:00 2001 From: Yaman Umuroglu <maltanar@gmail.com> Date: Sun, 20 Sep 2020 23:01:55 +0200 Subject: [PATCH] [Infra] ignore Google Drive key dir for dashboard --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 780603e6b..0c1bbd84f 100644 --- a/.gitignore +++ b/.gitignore @@ -88,3 +88,6 @@ MANIFEST # datasets for testing /dataset/ /data/ + +# Google Drive key for dashboard +/gdrive-key/ -- GitLab