From f89162313d184a0eafefa5bf90cd9b664fdc51ac Mon Sep 17 00:00:00 2001
From: Kevin Abel <kevin.abel.0@gmail.com>
Date: Thu, 17 Apr 2014 17:11:01 -0500
Subject: [PATCH] Remove and ignore Eclipse related files

WARNING: You may need to backup your local copy!
---
 .gitignore |  3 +++
 .project   | 24 ++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/.gitignore b/.gitignore
index aeee880..0500914 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,5 @@
 /config.inc.php
 /UNL_Search.esproj/
+/node_modules
+/.project
+/.settings
diff --git a/.project b/.project
index 1ad2079..9a376d6 100644
--- a/.project
+++ b/.project
@@ -5,7 +5,31 @@
 	<projects>
 	</projects>
 	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.wst.validation.validationbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.dltk.core.scriptbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.wst.common.project.facet.core.builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>net.vtst.ow.eclipse.less.nature</nature>
+		<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
+		<nature>org.eclipse.php.core.PHPNature</nature>
+		<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
 	</natures>
 </projectDescription>
-- 
GitLab