3 커밋 e592990e5a ... f5fd388261

작성자 SHA1 메시지 날짜
  HANTE f5fd388261 delete remote directory 3 일 전
  HANTE 17f0e29485 last commit for pyeongtaek 3 일 전
  HANTE 23e52800db update terminate procedure 3 일 전
2개의 변경된 파일7개의 추가작업 그리고 5개의 파일을 삭제
  1. 7 5
      .gitignore
  2. BIN
      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/**

BIN
utic-its-local-0.0.1.jar