From 10034cd564afc0730e93f7b8602c98ce1f0307a1 Mon Sep 17 00:00:00 2001 From: hongdongdong Date: Tue, 30 Nov 2021 13:21:40 +0800 Subject: [PATCH] [KYUUBI #1470] Git ignore kyuubi-server metrics ### _Why are the changes needed?_ Make git ignore `/kyuubi-server/metrics` ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [X] [Run test](https://kyuubi.readthedocs.io/en/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #1470 from hddong/ignore. Closes #1470 bf0c0732 [hongdongdong] Git ignore kyuubi-server metrics Authored-by: hongdongdong Signed-off-by: Kent Yao --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e30fc5ee734..3dc12fc105d 100644 --- a/.gitignore +++ b/.gitignore @@ -70,6 +70,7 @@ embedded_zookeeper/ /work/ /docs/_build/ /kyuubi-common/metrics/ +/kyuubi-server/metrics/ **/operation_logs/ **/server_operation_logs/ **/engine_operation_logs/