Add gitignore

This commit is contained in:
Mike Primm 2018-08-12 21:25:33 -05:00
parent be9d7a3cdd
commit 292481847b
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/target/ /target/
/build/ /build/
/bin/ /bin/
.classpath /.classpath

View File

@ -1,4 +1,4 @@
/target/ /target/
/build/ /build/
/bin/ /bin/
.classpath /.classpath

2
bukkit/.gitignore vendored
View File

@ -2,4 +2,4 @@
/dependency-reduced-pom.xml /dependency-reduced-pom.xml
/build/ /build/
/bin/ /bin/
.classpath /.classpath