Skip to content

Commit

Permalink
Update gitignore files and remove redudnant .classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
robbins committed Jul 17, 2017
1 parent 9662063 commit 0889edc
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 72 deletions.
10 changes: 5 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/web/.project
/distribution/target
dashboard/target
javaagent/target

.classpath
.settings/
.project
bin/
target/
12 changes: 0 additions & 12 deletions .project
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,7 @@
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.common.project.facet.core.builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
18 changes: 0 additions & 18 deletions dashboard/src/main/webapp/.classpath

This file was deleted.

7 changes: 0 additions & 7 deletions dashboard/src/main/webapp/.gitignore

This file was deleted.

16 changes: 0 additions & 16 deletions javaagent/src/main/java/.classpath

This file was deleted.

14 changes: 0 additions & 14 deletions javaagent/src/main/java/.gitignore

This file was deleted.

0 comments on commit 0889edc

Please sign in to comment.