Add gitignore

This commit is contained in:
Mike Primm 2018-08-12 21:24:16 -05:00
parent 6b11e82b86
commit be9d7a3cdd
4 changed files with 6 additions and 0 deletions

View File

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

View File

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

1
bukkit/.gitignore vendored
View File

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

View File

@ -1 +1,3 @@
/build/ /build/
/bin/
.classpath