Skip to content

Commit 401a3ca

Browse files
committed
git ignore
1 parent 75a861b commit 401a3ca

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.gitignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ _book
1616
*.pdf
1717
\.idea/
1818

19+
# idea
1920
*.iml
2021

21-
src/javaSortTest/target/
22+
# elipse
23+
.classpath
24+
.project
25+
.settings
26+
27+
# build
28+
target
29+
bin

src/java/target/maven-archiver/pom.properties

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/java/target/sort-1.0-SNAPSHOT.jar

-1.83 KB
Binary file not shown.

0 commit comments

Comments
 (0)