lgs
1 năm trước cách đây
mục cha
commit
0c8179556b
1 tập tin đã thay đổi với
11 bổ sung và
5 xóa
-
11
5
.gitignore
|
@@ -1,5 +1,11 @@
|
|
|
-target/
|
|
|
-.idea/
|
|
|
-*.iml
|
|
|
-logs/
|
|
|
-upload-dir/
|
|
|
+/target/
|
|
|
+/test-classes/
|
|
|
+.classpath
|
|
|
+.factorypath
|
|
|
+.project
|
|
|
+.settings/
|
|
|
+/logs/
|
|
|
+/.idea
|
|
|
+/*.iml
|
|
|
+/logs/
|
|
|
+/upload-dir/
|