UltimateModeration/.gitignore
Stefano Haagmans 6f0c8a8ee2 Made a fix for: SD-3068
- Changed the vanish command so all mobs stop targeting the vanished player.
- Added an listener to cancel target events on vanished players
2019-07-23 22:22:44 +02:00

35 lines
375 B
Plaintext

# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.settings
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
/.gradle/
/.settings/
/.idea/
/build/
/bin/
/target/
*.iml
src/\.DS_Store
\.DS_Store