From a82a9b0397d0de57465354938893a6679d9c4b8c Mon Sep 17 00:00:00 2001 From: wu ming <569287825@qq.com> Date: Tue, 20 Sep 2016 15:03:20 +0800 Subject: [PATCH] update .gitignore --- .classpath | 14 ++++++++++++++ .gitignore | 2 -- .project | 41 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 55 insertions(+), 2 deletions(-) create mode 100644 .classpath create mode 100644 .project diff --git a/.classpath b/.classpath new file mode 100644 index 00000000..2b646a7f --- /dev/null +++ b/.classpath @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/.gitignore b/.gitignore index 700b6555..a011a048 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,6 @@ /target /build -.classpath /RemoteSystemsTempFiles /bin/ -.project .settings .metadata diff --git a/.project b/.project new file mode 100644 index 00000000..ed1fe4a2 --- /dev/null +++ b/.project @@ -0,0 +1,41 @@ + + + data_manager_backend + + + + + + org.eclipse.wst.jsdt.core.javascriptValidator + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.wst.common.project.facet.core.builder + + + + + org.eclipse.wst.validation.validationbuilder + + + + + com.genuitec.eclipse.ast.deploy.core.DeploymentBuilder + + + + + + org.eclipse.jem.workbench.JavaEMFNature + org.eclipse.wst.common.modulecore.ModuleCoreNature + org.eclipse.wst.common.project.facet.core.nature + org.eclipse.jdt.core.javanature + org.eclipse.wst.jsdt.core.jsNature + +