From 118aa667ca92d9a56a8f28f50056b8509f6229d6 Mon Sep 17 00:00:00 2001
From: buzz-lightsnack-2007
<73412182+buzz-lightsnack-2007@users.noreply.github.com>
Date: Mon, 22 Jan 2024 22:14:42 +0800
Subject: [PATCH] added configuration
---
.classpath | 6 ++++++
.gitignore | 1 +
.project | 17 +++++++++++++++++
3 files changed, 24 insertions(+)
create mode 100644 .classpath
create mode 100644 .project
diff --git a/.classpath b/.classpath
new file mode 100644
index 0000000..0cbf9cd
--- /dev/null
+++ b/.classpath
@@ -0,0 +1,6 @@
+
+
+
+
+
+
diff --git a/.gitignore b/.gitignore
index e43b0f9..44d4232 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
.DS_Store
+/bin/
diff --git a/.project b/.project
new file mode 100644
index 0000000..d361a41
--- /dev/null
+++ b/.project
@@ -0,0 +1,17 @@
+
+
+ xs-ibdp_compsci-java_intro
+
+
+
+
+
+ org.eclipse.jdt.core.javabuilder
+
+
+
+
+
+ org.eclipse.jdt.core.javanature
+
+