commit | 80316bd1f9b6e5de1a5f8545dadc26c68d35776c | [log] [tgz] |
---|---|---|
author | YuanHu <yuan.hu1@zte.com.cn> | Wed Mar 28 09:22:13 2018 +0800 |
committer | YuanHu <yuan.hu1@zte.com.cn> | Wed Mar 28 09:22:13 2018 +0800 |
tree | 37734bb1dab63ea3ef1e3748933901ca8dfe8150 | |
parent | 4fd794f4f23237fbc18e4d5319d639d85b21aacb [diff] [blame] |
Update .gitignore Update .gitignore Issue-ID: SDC-1079 Change-Id: I5da10608c5c46512d65fd7d111ff370415f95b74 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
diff --git a/.gitignore b/.gitignore index 3acbdc4..9d96998 100644 --- a/.gitignore +++ b/.gitignore
@@ -1,6 +1,7 @@ .classpath .project .settings/ +.checkstyle target/ logs/ debug-logs/ @@ -9,4 +10,5 @@ test.xml test1.json bpmnworkflow.bpmn20.xml -dist \ No newline at end of file +dist +*.log