diff options
author | LeoQi <QibinZheng2014@tongji.edu.cn> | 2018-09-05 12:31:58 +0800 |
---|---|---|
committer | LeoQi <QibinZheng2014@tongji.edu.cn> | 2018-09-05 12:31:58 +0800 |
commit | ad8664fadb31505c9c848d2f938101b2081dc09f (patch) | |
tree | 2e308fff7748d4430aef7500a73042955e27323f /testing-scheduler/.gitignore | |
parent | 4822983c35de8583b396a689d8a1bbdae193f39d (diff) |
repair .gitignore bug
JIRA: BOTTLENECK-244
modify testing-scheduler/.gitignore to include the dir:
testing-scheduler/ui/build
Change-Id: I99ed672bb0e9a2fb2c70feba9a89a699a9ca8455
Signed-off-by: LeoQi <QibinZheng2014@tongji.edu.cn>
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/
|