We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e871c7d + 91d4e45 commit 78a971dCopy full SHA for 78a971d
.claude/settings.json
@@ -0,0 +1,26 @@
1
+{
2
+ "permissions": {
3
+ "allow": [
4
+ "Bash(git tag list)"
5
+ ],
6
+ "deny": [
7
+ "Bash(gem push*)",
8
+ "Bash(gem signin*)",
9
+ "Bash(git tag*)",
10
+ "Bash(git push --tags*)",
11
+ "Bash(git push origin --tags*)",
12
+ "Bash(git push -f*)",
13
+ "Bash(git push --force*)",
14
+ "Bash(git push origin -f*)",
15
+ "Bash(git push origin --force*)",
16
+ "Bash(git push origin --delete*)",
17
+ "Bash(git push origin :*)",
18
+ "Bash(git reset --hard*)",
19
+ "Bash(git clean*)",
20
+ "Bash(git checkout -- .)",
21
+ "Bash(git restore .)",
22
+ "Bash(rake new_release*)",
23
+ "Bash(bundle exec rake new_release*)"
24
+ ]
25
+ }
26
+}
0 commit comments