diff options
author | 2018-03-28 09:22:13 +0800 | |
---|---|---|
committer | 2018-03-28 09:22:13 +0800 | |
commit | 80316bd1f9b6e5de1a5f8545dadc26c68d35776c (patch) | |
tree | 37734bb1dab63ea3ef1e3748933901ca8dfe8150 /.gitignore | |
parent | 4fd794f4f23237fbc18e4d5319d639d85b21aacb (diff) |
Update .gitignore
Update .gitignore
Issue-ID: SDC-1079
Change-Id: I5da10608c5c46512d65fd7d111ff370415f95b74
Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,7 @@ .classpath .project .settings/ +.checkstyle target/ logs/ debug-logs/ @@ -9,4 +10,5 @@ test.json test.xml test1.json bpmnworkflow.bpmn20.xml -dist
\ No newline at end of file +dist +*.log |