TerraForged/.gitignore

32 lines
326 B
Plaintext
Raw Normal View History

2020-01-16 10:52:41 +01:00
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
2020-01-16 10:52:41 +01:00
*.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*
2020-02-28 23:25:38 +01:00
2020-03-03 22:03:54 +01:00
*.iml
2020-05-13 21:31:45 +02:00
run/
out/
build/
2020-05-13 18:27:22 +02:00
.idea/
2020-05-13 21:31:45 +02:00
.gradle/
.cache/