Add a General Eclipse .project file and update .gitignore to avoid
.DStore files

Change-Id: Icfcec669f7fc767dd24a8fe9c8af332de8389ee5
diff --git a/.gitignore b/.gitignore
index 8b13789..79b5594 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-
+**/.DS_Store
diff --git a/.project b/.project
new file mode 100644
index 0000000..4086d27
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>Amass website</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+	</buildSpec>
+	<natures>
+	</natures>
+</projectDescription>