From 4b416ee00c36e1491d8c99f3212b359630514b09 Mon Sep 17 00:00:00 2001 From: build2learn Date: Thu, 19 Nov 2020 19:39:15 +0200 Subject: [PATCH] Code Document Test Code Document --- .classpath | 7 +++++++ .gitignore | 3 ++- .project | 17 +++++++++++++++++ 3 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 .classpath create mode 100644 .project diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..fbd0595 --- /dev/null +++ b/.classpath @@ -0,0 +1,7 @@ + + + + + + + diff --git a/.gitignore b/.gitignore index d317965..1db6a2d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ **/build/* /build/ /nbproject/private/* -/dist/ \ No newline at end of file +/dist/ +/bin/ diff --git a/.project b/.project new file mode 100644 index 0000000..ed3f864 --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ + + + monopoly + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + +