Configurations/.gitignore

30 lines
340 B
Plaintext
Raw Permalink Normal View History

2022-02-24 04:22:11 +00: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
2022-04-16 21:53:29 +00:00
# Compiler Files #
build/
.idea/
.gradle/
Configurations.iml
2022-02-24 04:22:11 +00:00
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*