mirror of
https://github.com/ryandw11/UltraChat.git
synced 2024-11-28 13:15:37 +01:00
b3f259e66a
- Implemented a basic command system. - Reimplemented the clear chat command.
31 lines
323 B
Plaintext
31 lines
323 B
Plaintext
# Compiled class file
|
|
*.class
|
|
|
|
# Log file
|
|
*.log
|
|
|
|
# BlueJ files
|
|
*.ctxt
|
|
|
|
# Mobile Tools for Java (J2ME)
|
|
.mtj.tmp/
|
|
|
|
|
|
# Intellij Files
|
|
.idea/
|
|
bin/
|
|
*.iml
|
|
|
|
# Package Files #
|
|
*.jar
|
|
*.war
|
|
*.nar
|
|
*.ear
|
|
*.zip
|
|
*.tar.gz
|
|
*.rar
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
hs_err_pid*
|
|
|
|
/target |