Added directories to gitignore

This commit is contained in:
Jimmy Allen 2018-07-26 18:53:04 +12:00
parent 776ad29261
commit 2fc4f449f1
4 changed files with 15 additions and 5 deletions

2
.gitignore vendored
View File

@ -5,3 +5,5 @@
*.war
*.ear
/bin
target/
.vscode/

View File

@ -1,6 +1,10 @@
name: EasySpawn
main: nz.jimmy.easyspawn.EasySpawn
version: 1.13-R0.1-Snapshot
name: ${name}
main: ${mainClass}
version: ${version}
description: ${description}
author: ${author}
website: ${url}
commands:
spawn:
description: Teleports you to spawn

View File

@ -1,6 +1,10 @@
name: EasySpawn
name: Easyspawn
main: nz.jimmy.easyspawn.EasySpawn
version: 1.13-R0.1-Snapshot
description:
author: Jimmy Allen
website:
commands:
spawn:
description: Teleports you to spawn

View File

@ -1,5 +1,5 @@
#Generated by Maven
#Thu Jul 26 06:24:12 GMT 2018
#Thu Jul 26 06:47:35 GMT 2018
version=1.13-R0.1-Snapshot
groupId=nz.1248.easyspawn
artifactId=EasySpawn