mirror of
https://github.com/NLthijs48/AreaShop.git
synced 2024-11-16 15:25:11 +01:00
aaff36b2eb
- Language files support a way to add hover tooltips, click commands and click insert commands (using FancyMessageFormat created together with PhoenixIV) - Language variables support arguments - Help listing (/as help) uses the new hover/click things, more to come - See #18 for the TODO list
33 lines
357 B
Plaintext
33 lines
357 B
Plaintext
# Maven stuff
|
|
/target
|
|
|
|
*.pydevproject
|
|
.project
|
|
.metadata
|
|
bin/
|
|
tmp/
|
|
*.tmp
|
|
*.bak
|
|
*.swp
|
|
*~.nib
|
|
local.properties
|
|
.classpath
|
|
.settings/
|
|
.loadpath
|
|
|
|
# External tool builders
|
|
.externalToolBuilders/
|
|
|
|
# Locally stored "Eclipse launch configurations"
|
|
*.launch
|
|
|
|
# CDT-specific
|
|
.cproject
|
|
|
|
# PDT-specific
|
|
.buildpath
|
|
|
|
# IntelliJ IDEA
|
|
*.iml
|
|
.idea
|
|
dependency-reduced-pom.xml |