diff options
author | xudan16 <xudan16@huawei.com> | 2022-07-06 10:37:42 +0800 |
---|---|---|
committer | xudan16 <xudan16@huawei.com> | 2022-07-07 09:52:08 +0800 |
commit | 5cc8f3f6a5f57ef530daae0cf5de145f02e15fa7 (patch) | |
tree | 2c6e17b4aa52882fe80df221c3385764af52e107 /.gitignore | |
parent | f7039a2c23f38bbc364092845ad21bedefb22a41 (diff) |
Init UUI Intent analysis repo
Signed-off-by: xudan16 <xudan16@huawei.com>
Issue-ID: USECASEUI-691
Change-Id: Id1346c0c424f9ea0fb577b7510239191a121f2fb
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6980558 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +target/ + +# IntelliJ files +.idea/ +*.iml |