mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-22 07:55:06 +00:00
ignore build/ and update bukkit pom.xml apparently
This commit is contained in:
parent
0160c2bb55
commit
525ba648ae
2 changed files with 7 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -142,3 +142,4 @@ p2error.txt
|
|||
*.bat
|
||||
Nukkit/build/resources/main/plugin.yml
|
||||
docs/
|
||||
build/
|
||||
|
|
|
@ -59,6 +59,12 @@
|
|||
<artifactId>Core</artifactId>
|
||||
<version>0.6.0-SNAPSHOT</version>
|
||||
<scope>compile</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>*</artifactId>
|
||||
<groupId>*</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.sk89q.worldedit</groupId>
|
||||
|
|
Loading…
Reference in a new issue