lgs
1 year ago
1 changed files with
11 additions and
5 deletions
-
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/
|