Updates `.gitignore`

This commit is contained in:
Christian Koop 2023-07-20 17:23:51 +02:00
parent 6953fab6c4
commit fda115a751
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3
1 changed files with 7 additions and 31 deletions

38
.gitignore vendored
View File

@ -1,34 +1,10 @@
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.settings
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
/.gradle/
/.settings/
## JetBrains IDEs
/.idea/
/build/
/bin/
/target/
*.iml
src/\.DS_Store
\.DS_Store
## Maven
/**/target/
dependency-reduced-pom.xml
## Misc.
.DS_Store