Skip to content

Commit 0a9bfaa

Browse files
committed
Add more rules to gitignore
to ignore cache and develocity stuff to make branch switching simpler
1 parent ad8e0b1 commit 0a9bfaa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,10 @@ maven-eclipse.xml
5151
*.log
5252
.clover
5353
.DS_Store
54+
55+
# Cache folders for formatting plugins:
56+
.cache
57+
58+
# Gradle Enterprise/Develocity
59+
/.mvn/.gradle-enterprise
60+
/.mvn/.develocity

0 commit comments

Comments
 (0)