diff options
Diffstat (limited to 'testing-scheduler/.gitignore')
-rw-r--r-- | testing-scheduler/.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing-scheduler/.gitignore b/testing-scheduler/.gitignore index 68eeb624..c37bab30 100644 --- a/testing-scheduler/.gitignore +++ b/testing-scheduler/.gitignore @@ -26,8 +26,9 @@ /ui/*.njsproj
/ui/*.sln
+!/ui/build
#################################
## files in docker directory
#################################
/docker/plugin/tmp_files/
-/docker/ui/dist/
\ No newline at end of file +/docker/ui/dist/
|