Skip to content

Commit

Permalink
Update gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
0x61nas committed Jan 8, 2023
1 parent fadd400 commit 289b81c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ buildNumber.properties
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
.mvn/wrapper/maven-wrapper.jar

# Eclipse m2e generated files
# Eclipse Core
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath

### Java template
# Compiled class file
*.class
Expand All @@ -35,6 +41,5 @@ buildNumber.properties

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
replay_pid*

# Json files
*.json

0 comments on commit 289b81c

Please sign in to comment.