Skip to content

Commit c5d6cad

Browse files
committed
Added shiprc file
1 parent 2c52741 commit c5d6cad

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,6 @@ target/
172172
### Test results ###
173173
**/test-results/
174174
**/reports/
175+
176+
### Claude Code ###
177+
.claude/settings.local.json

.shiprc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"files": {
3+
"README.md": [],
4+
".version": [],
5+
"build.gradle": ["version = \"{MAJOR}.{MINOR}.{PATCH}\""]
6+
},
7+
"prefixVersion": false
8+
}

0 commit comments

Comments
 (0)