Skip to content

Commit f3f73d6

Browse files
authored
Merge pull request #24 from robbinspg/master
Update gitignore files and remove redundant .classpath
2 parents 9662063 + 0889edc commit f3f73d6

File tree

6 files changed

+5
-72
lines changed

6 files changed

+5
-72
lines changed

.gitignore

Lines changed: 5 additions & 5 deletions
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

Lines changed: 0 additions & 12 deletions
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

Lines changed: 0 additions & 18 deletions
This file was deleted.

dashboard/src/main/webapp/.gitignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

javaagent/src/main/java/.classpath

Lines changed: 0 additions & 16 deletions
This file was deleted.

javaagent/src/main/java/.gitignore

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)