Skip to content

Commit

Permalink
update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
KonoTyran committed Jul 31, 2024
1 parent b6784ac commit ec8b53c
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties

### IntelliJ IDEA ###
.idea/
Expand Down Expand Up @@ -32,7 +40,4 @@ build/
.vscode/

### Mac OS ###
.DS_Store


release.properties
.DS_Store

0 comments on commit ec8b53c

Please sign in to comment.