Skip to content

Commit 0889edc

Browse files
author
robbins
committed
Update gitignore files and remove redudnant .classpath
1 parent 9662063 commit 0889edc

File tree

6 files changed

+5
-72
lines changed

6 files changed

+5
-72
lines changed

.gitignore

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/web/.project
2-
/distribution/target
3-
dashboard/target
4-
javaagent/target
5-
1+
.classpath
2+
.settings/
3+
.project
4+
bin/
5+
target/

.project

-12
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,7 @@
55
<projects>
66
</projects>
77
<buildSpec>
8-
<buildCommand>
9-
<name>org.eclipse.jdt.core.javabuilder</name>
10-
<arguments>
11-
</arguments>
12-
</buildCommand>
13-
<buildCommand>
14-
<name>org.eclipse.wst.common.project.facet.core.builder</name>
15-
<arguments>
16-
</arguments>
17-
</buildCommand>
188
</buildSpec>
199
<natures>
20-
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
21-
<nature>org.eclipse.jdt.core.javanature</nature>
2210
</natures>
2311
</projectDescription>

dashboard/src/main/webapp/.classpath

-18
This file was deleted.

dashboard/src/main/webapp/.gitignore

-7
This file was deleted.

javaagent/src/main/java/.classpath

-16
This file was deleted.

javaagent/src/main/java/.gitignore

-14
This file was deleted.

0 commit comments

Comments
 (0)