mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-01 00:11:00 +01:00
69cded8065
* Incremented dev version in pom.xml. * Removed ColorUtil interface, ChatColor is an Enum so that you don't do stuff like this. * Updated PlayerListener and Quests classes to reflect the removal of ColorUtil. * Improved .gitignore to make sure people don't accidentally push IDE or compiled files in future.
27 lines
253 B
Plaintext
27 lines
253 B
Plaintext
# Ignore IDEA files
|
|
/.idea
|
|
*.iml
|
|
/bin/
|
|
|
|
# Eclipse files
|
|
/.settings/
|
|
*.project
|
|
*.classpath
|
|
*.recommenders
|
|
|
|
# NetBeans files
|
|
nbproject/private/
|
|
build/
|
|
nbbuild/
|
|
dist/
|
|
nbdist/
|
|
.nb-gradle/
|
|
|
|
# Maven files
|
|
/target
|
|
|
|
# Java files
|
|
*.class
|
|
*.log
|
|
*.ctxt
|
|
hs_err_pid* |