UltraChat/.gitignore
Ryandw11 b3f259e66a Basic Command System
- Implemented a basic command system.
 - Reimplemented the clear chat command.
2021-06-11 21:39:54 -07:00

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