Fixed gitignore

This commit is contained in:
Isaac Parenteau
2018-09-13 21:24:54 -05:00
parent a65c54ca80
commit 16e8ab5eb1
2 changed files with 8 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
.project .project
.classpath .classpath
.settings/ .settings/
.target/ target/

View File

@ -58,4 +58,11 @@
</dependency> </dependency>
</dependencies> </dependencies>
<scm>
<url>git@bitbucket.org:locus2k/applogger.git</url>
</scm>
<organization>
<name>locusworks</name>
<url>www.locusworks.net</url>
</organization>
</project> </project>