From da505b624e396dc5f2e799b33e85137ca5f4672d Mon Sep 17 00:00:00 2001 From: xinyan Date: Tue, 2 Apr 2019 23:55:40 +0800 Subject: [PATCH] Add /test_scripts folder into gitignore. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8095ba441f2..51e0b0299c9 100644 --- a/.gitignore +++ b/.gitignore @@ -97,4 +97,5 @@ ENV/ /bin /bin-* .pytest_cache -test/test_analytics/actualdump +/test/test_analytics/actualdump +/test_scripts