FabledSkyBlock/.gitignore

41 lines
480 B
Plaintext
Raw Normal View History

2019-12-28 04:56:03 +01:00
dependency-reduced-pom.xml
2018-11-23 14:28:34 +01:00
# Compiled class file
*.class
2018-11-22 16:00:42 +01:00
2018-11-23 14:28:34 +01:00
# Log file
*.log
2018-11-22 16:00:42 +01:00
2018-11-23 14:28:34 +01:00
# BlueJ files
*.ctxt
2018-11-22 16:00:42 +01:00
2018-11-23 14:28:34 +01:00
# Mobile Tools for Java (J2ME)
.mtj.tmp/
2018-11-22 16:00:42 +01:00
2018-11-23 14:28:34 +01:00
# Package Files #
*.war
*.nar
2019-04-15 11:11:10 +02:00
*.settings
2018-11-23 14:28:34 +01:00
*.ear
*.zip
*.tar.gz
*.rar
2018-11-22 16:00:42 +01:00
2018-11-23 14:28:34 +01:00
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
2019-04-15 11:11:10 +02:00
/.gradle/
/.settings/
/.idea/
2019-07-25 19:04:19 +02:00
**/build/
2019-04-15 11:11:10 +02:00
/bin/
### Eclipse Patch ###
# Eclipse Core
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath
/target/
2020-06-02 16:31:44 +02:00
*.iml