Skip to content

Commit

Permalink
Updates .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
SpraxDev committed Jul 26, 2023
1 parent 34e7fca commit ab2b876
Showing 1 changed file with 7 additions and 37 deletions.
44 changes: 7 additions & 37 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,40 +1,10 @@
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/
## JetBrains IDEs
/.idea/
**/build/
/bin/

### Eclipse Patch ###
# Eclipse Core
.project
*.iml

# JDT-specific (Eclipse Java Development Tools)
.classpath
/target/
## Maven
/**/target/
dependency-reduced-pom.xml

*.iml
## Misc.
.DS_Store

0 comments on commit ab2b876

Please sign in to comment.