mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-24 22:26:45 +01:00
ignore build/ and update bukkit pom.xml apparently
This commit is contained in:
parent
0160c2bb55
commit
525ba648ae
1
.gitignore
vendored
1
.gitignore
vendored
@ -142,3 +142,4 @@ p2error.txt
|
|||||||
*.bat
|
*.bat
|
||||||
Nukkit/build/resources/main/plugin.yml
|
Nukkit/build/resources/main/plugin.yml
|
||||||
docs/
|
docs/
|
||||||
|
build/
|
||||||
|
@ -59,6 +59,12 @@
|
|||||||
<artifactId>Core</artifactId>
|
<artifactId>Core</artifactId>
|
||||||
<version>0.6.0-SNAPSHOT</version>
|
<version>0.6.0-SNAPSHOT</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<artifactId>*</artifactId>
|
||||||
|
<groupId>*</groupId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.sk89q.worldedit</groupId>
|
<groupId>com.sk89q.worldedit</groupId>
|
||||||
|
Loading…
Reference in New Issue
Block a user