Skip to content

Commit

Permalink
Add more rules to gitignore
Browse files Browse the repository at this point in the history
to ignore cache and develocity stuff to make branch switching simpler
  • Loading branch information
marko-bekhta committed Dec 13, 2024
1 parent ad8e0b1 commit 0a9bfaa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,10 @@ maven-eclipse.xml
*.log
.clover
.DS_Store

# Cache folders for formatting plugins:
.cache

# Gradle Enterprise/Develocity
/.mvn/.gradle-enterprise
/.mvn/.develocity

0 comments on commit 0a9bfaa

Please sign in to comment.