TerraForged/.gitignore

32 lines
326 B
Plaintext
Raw Normal View History

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