3 Commits e592990e5a ... f5fd388261

Auteur SHA1 Message Date
  HANTE f5fd388261 delete remote directory il y a 3 jours
  HANTE 17f0e29485 last commit for pyeongtaek il y a 3 jours
  HANTE 23e52800db update terminate procedure il y a 3 jours
2 fichiers modifiés avec 7 ajouts et 5 suppressions
  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