Browse Source

last commit for pyeongtaek

HANTE 3 ngày trước cách đây
mục cha
commit
17f0e29485
1 tập tin đã thay đổi với 7 bổ sung6 xóa
  1. 7 6
      .gitignore

+ 7 - 6
.gitignore

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