OSDN Git Service

Initial commit
authorhizumiaoba <56146205+hizumiaoba@users.noreply.github.com>
Sun, 27 Jun 2021 02:33:19 +0000 (11:33 +0900)
committerhizumiaoba <56146205+hizumiaoba@users.noreply.github.com>
Sun, 27 Jun 2021 02:33:19 +0000 (11:33 +0900)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..8e3d27f
--- /dev/null
@@ -0,0 +1,7 @@
+# Ignore Eclipse Setting files
+.classpath
+.project
+.settings/
+
+#Ignore binary files
+bin/
\ No newline at end of file