Add gitignore
This commit is contained in:
parent
6b11e82b86
commit
be9d7a3cdd
4 changed files with 6 additions and 0 deletions
2
bukkit-helper-113/.gitignore
vendored
2
bukkit-helper-113/.gitignore
vendored
|
|
@ -1,2 +1,4 @@
|
||||||
/target/
|
/target/
|
||||||
/build/
|
/build/
|
||||||
|
/bin/
|
||||||
|
.classpath
|
||||||
|
|
|
||||||
1
bukkit-helper/.gitignore
vendored
1
bukkit-helper/.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
||||||
/target/
|
/target/
|
||||||
/build/
|
/build/
|
||||||
/bin/
|
/bin/
|
||||||
|
.classpath
|
||||||
|
|
|
||||||
1
bukkit/.gitignore
vendored
1
bukkit/.gitignore
vendored
|
|
@ -2,3 +2,4 @@
|
||||||
/dependency-reduced-pom.xml
|
/dependency-reduced-pom.xml
|
||||||
/build/
|
/build/
|
||||||
/bin/
|
/bin/
|
||||||
|
.classpath
|
||||||
|
|
|
||||||
2
dynmap-api/.gitignore
vendored
2
dynmap-api/.gitignore
vendored
|
|
@ -1 +1,3 @@
|
||||||
/build/
|
/build/
|
||||||
|
/bin/
|
||||||
|
.classpath
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue