Quests/.gitignore
GregZ_ 69cded8065 Quests - V2.8.2-01 - Removed ColorUtil - By GregZ_
* 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.
2017-06-18 14:12:22 +01:00

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*