Skip to content

Commit 851117b

Browse files
author
Benjamin Marron
committed
change arborescence
1 parent e367d22 commit 851117b

File tree

12 files changed

+8
-25
lines changed

12 files changed

+8
-25
lines changed

.gitignore

+8-19
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
1-
# Eclipse
2-
.classpath
3-
.project
4-
.settings/
5-
6-
# Intellij
7-
.idea/
8-
*.iml
9-
*.iws
10-
11-
# Mac
12-
.DS_Store
13-
14-
# Maven
15-
log/
16-
target/
17-
home/
18-
build/
19-
bin/
1+
/bin/
2+
/target/
3+
/log/
4+
/home/
5+
/build/
6+
/.settings/
7+
/.classpath
8+
/.project

TestJava/.gitignore

-6
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

TestJava/pom.xml pom.xml

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)