SimplexCore/.gitignore

36 lines
399 B
Plaintext
Raw Permalink Normal View History

2021-01-25 12:51:29 -06:00
# Compiled class file
*.class
# Log file
*.log
# 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*
2021-01-28 12:30:49 -06:00
*.iml
*.xml
2021-02-24 09:30:27 -06:00
*.txt
*.lst
*.lst
2021-02-25 10:53:24 +01:00
/target/
/out/
/build/
/.idea/
# Ignore Gradle project-specific cache directory
/.gradle/