mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 00:15:06 +00:00
Merge pull request #837 from manuelgu/patch-2
Push target folder as it is needed for /p update
This commit is contained in:
commit
948b5c5789
1 changed files with 4 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -5,7 +5,10 @@
|
|||
*.prefs
|
||||
|
||||
### Maven ###
|
||||
target/
|
||||
/target/lib
|
||||
/target/maven-archiver
|
||||
/target/classes
|
||||
/target/maven-status
|
||||
pom.xml.tag
|
||||
pom.xml.releaseBackup
|
||||
pom.xml.versionsBackup
|
||||
|
|
Loading…
Reference in a new issue