| commit | 9fff2a90938825202d160de03e77c00db7382ddd | [log] [tgz] | 
|---|---|---|
| author | 季真 <weirong.cwr@antgroup.com> | Sun Jun 12 22:03:47 2022 +0800 | 
| committer | 季真 <weirong.cwr@antgroup.com> | Sun Jun 12 22:03:47 2022 +0800 | 
| tree | e9ff8bef513073d8cf0296e3e005ba407ca19d27 | |
| parent | c6214c1235dcde8a07c4ad3e6d1347148a5bb8ed [diff] | 
add gitignore for java build target path
diff --git a/.gitignore b/.gitignore index a1c2a23..9875179 100644 --- a/.gitignore +++ b/.gitignore
@@ -21,3 +21,6 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* + +# Java build target +target