Browse Source

Add .gitignore and fix some stuff in pom

master
Max Lee 7 years ago
parent
commit
138c359958
2 changed files with 7 additions and 2 deletions
  1. +5
    -0
      .gitignore
  2. +2
    -2
      pom.xml

+ 5
- 0
.gitignore View File

@@ -0,0 +1,5 @@
# IntelliJ project files
.idea
*.iml
out
target

+ 2
- 2
pom.xml View File

@@ -5,9 +5,9 @@
<modelVersion>4.0.0</modelVersion>

<groupId>de.themoep</groupId>
<artifactId>ChestShopTools</artifactId>
<artifactId>chestshoptools</artifactId>
<version>1.0-SNAPSHOT</version>
<description>BukkitTemplatePlugin description!</description>
<description>Additions to the ChestShop Bukkit plugin</description>
<name>ChestShopTools</name>

<properties>


Loading…
Cancel
Save