3 次代碼提交 e592990e5a ... f5fd388261

作者 SHA1 備註 提交日期
  HANTE f5fd388261 delete remote directory 2 天之前
  HANTE 17f0e29485 last commit for pyeongtaek 2 天之前
  HANTE 23e52800db update terminate procedure 2 天之前
共有 2 個文件被更改,包括 7 次插入5 次删除
  1. 7 5
      .gitignore
  2. 二進制
      utic-its-local-0.0.1.jar

+ 7 - 5
.gitignore

@@ -35,13 +35,15 @@ out/
 /nbdist/
 /.nb-gradle/
 
-bin/
-bin-linux/
-jdk/
-logs/
+/bin/
+/bin-linux/
+/jdk/
+/logs/
+/app/
 
 ### VS Code ###
 .vscode/
 
 ### Mac OS ###
-.DS_Store
+.DS_Store
+/app/**

二進制
utic-its-local-0.0.1.jar