From 20745e2f71647379f499ef8699c247678d0eb118 Mon Sep 17 00:00:00 2001 From: Dimitris Sotirakis Date: Mon, 22 Nov 2021 11:19:32 +0100 Subject: [PATCH] Add deployment_tools_config.json to git and eslint ignore (#42040) --- .eslintignore | 1 + .gitignore | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.eslintignore b/.eslintignore index 7e7361a556f..7f3757c172b 100644 --- a/.eslintignore +++ b/.eslintignore @@ -7,3 +7,4 @@ data dist e2e/tmp public/lib/monaco +deployment_tools_config.json diff --git a/.gitignore b/.gitignore index 6a3f1a0ed56..124db041693 100644 --- a/.gitignore +++ b/.gitignore @@ -149,3 +149,5 @@ compilation-stats.json # auto generated Go files *_gen.go + +deployment_tools_config.json