Updates .gitignore

This commit is contained in:
Christian Koop 2023-07-26 21:27:09 +02:00
parent 34e7fca817
commit ab2b876256
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3
1 changed files with 8 additions and 38 deletions

46
.gitignore vendored
View File

@ -1,40 +1,10 @@
## JetBrains IDEs
/.idea/
*.iml
## Maven
/**/target/
dependency-reduced-pom.xml
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.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/
/.idea/
**/build/
/bin/
### Eclipse Patch ###
# Eclipse Core
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath
/target/
*.iml
## Misc.
.DS_Store