mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 02:04:44 +02:00
Fixes
Fixes #556 Fixes #540 Fixed plot analysis being slow Fixed auto updating
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@ -3,7 +3,8 @@
|
||||
*.bat
|
||||
|
||||
### Maven template
|
||||
target/
|
||||
target/classes
|
||||
target/maven-archiver
|
||||
pom.xml.tag
|
||||
pom.xml.releaseBackup
|
||||
pom.xml.versionsBackup
|
||||
@ -123,7 +124,7 @@ local.properties
|
||||
.mtj.tmp/
|
||||
|
||||
# Package Files #
|
||||
*.jar
|
||||
|
||||
*.war
|
||||
*.ear
|
||||
*.zip
|
||||
@ -132,3 +133,6 @@ local.properties
|
||||
hs_err_pid*
|
||||
|
||||
|
||||
*.java
|
||||
target/PlotSquared-Null.jar
|
||||
target/PlotSquared-Uber.jar
|
||||
|
Reference in New Issue
Block a user