try to fix build

Conrad Irwin created

Change summary

.gitignore | 1 +
typos.toml | 2 ++
2 files changed, 3 insertions(+)

Detailed changes

.gitignore 🔗

@@ -23,3 +23,4 @@ DerivedData/
 .pytest_cache
 .venv
 .blob_store
+extensions/gleam/grammars

typos.toml 🔗

@@ -28,5 +28,7 @@ extend-ignore-re = [
     # crates/collab/src/api/events.rs
     "rename = \"sesssion_id\"",
     "doas",
+    # extensions/gleam/grammars
+    "_maybe_function_expresssion"
 ]
 check-filename = true