Skip to content

Commit 55287f0

Browse files
committed
making the project runnable
1 parent 5694c25 commit 55287f0

File tree

14 files changed

+1457
-1799
lines changed

14 files changed

+1457
-1799
lines changed

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# these 3 are required if this is not a gradle project
2+
3+
# this is for telling about dependency without this you dont get any jre system .jar files
4+
**/*.classpath
5+
6+
# without this eclipse cant detect this as a project
7+
.project
8+
9+
# this is required for eclipse I think
10+
.settings/
11+
12+
13+
.gradle/
14+
bin/
15+
build/
16+
gen/
17+
18+
# these are for java
19+
*.class

FileCompression.jar

20.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)