1
0
mirror of https://github.com/WaterdogPE/WaterdogPE synced 2025-04-26 09:01:04 +00:00
Files
WaterdogPE/.gitignore
2021-03-03 17:46:12 +01:00

38 lines
398 B
Plaintext

# Compiled class file
*.class
# Log file
logs/
*.log
# Test files
plugins/
config.yml
lang.ini
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# 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*
#Maven files
target/
#IntelliJ IDEA files
out/
.idea/
*.iml
.DS_Store