From 25cec26138c8720c42fa8b9fc8bbb2cfe5a37beb Mon Sep 17 00:00:00 2001 From: Artem Rys Date: Mon, 9 Aug 2021 14:49:59 +0200 Subject: [PATCH] fix: do not ignore UCC UI folder --- .gitignore | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 86ba63ac7..488163ff9 100644 --- a/.gitignore +++ b/.gitignore @@ -32,11 +32,4 @@ output # splunk_add_on_ucc_framework/package/default/data/ui/views/redirect.xml # splunk_add_on_ucc_framework/uccrestbuilder/builder.py .gitmodules -.pytest_cache/** - -# UCC UI repository files -splunk-ucc-ui.tgz -splunk_add_on_ucc_framework/THIRDPARTY -splunk_add_on_ucc_framework/VERSION -splunk_add_on_ucc_framework/package/ -splunk_add_on_ucc_framework/schema/ \ No newline at end of file +.pytest_cache/** \ No newline at end of file