Skip to content

Commit

Permalink
chore(.gitignore): update
Browse files Browse the repository at this point in the history
  • Loading branch information
rikkarth committed Dec 17, 2023
1 parent 865d638 commit 5fa1145
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/

### IntelliJ IDEA ###
.idea/
*.iws
Expand Down Expand Up @@ -39,3 +34,8 @@ build/
/javadoc
/release.properties
/node_modules/
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
/src/test/resources/output/

0 comments on commit 5fa1145

Please sign in to comment.