We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f751ddb commit c87a972Copy full SHA for c87a972
.gitignore
@@ -27,4 +27,9 @@ terraform.tfstate.backup
27
provider.tf
28
29
__azurite_db*
30
-__blobstorage__/
+__blobstorage__/
31
+
32
+# LLM
33
+**/.claude/settings.local.json
34
+**/CLAUDE.local.md
35
AGENTS.md
@@ -0,0 +1,2 @@
1
+# Tests
2
+- run the tests with m `bundle exec m <file>:<line>` or `bundle exec m <file>`
0 commit comments