Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
simulation: Ignore cue.mod/pkg and cue.mod/gen for Timoni
Adrian Duke committed 22 days ago
commit 6eea4db18ed96bba1ef00d0090dcbfccd9eaedc2
parent 1eea182f623e1bfb4899048556d262a5b1419df6
3 files changed +9 -1
modified .codespellrc
@@ -1,4 +1,5 @@
+
# See: https://github.com/codespell-project/codespell#using-a-config-file
[codespell]
-
skip = .git*,*.lock,.codespellrc,target,.jj
+
skip = .git*,*.lock,.codespellrc,target,.jj,simulation/modules/radicle-node/cue.mod/*
check-hidden = true
ignore-words-list = ser,set,noes
modified .gitignore
@@ -5,3 +5,5 @@
/.pre-commit-config.yaml
/.direnv/
/result
+
/simulation/modules/radicle-node/cue.mod/pkg/
+
/simulation/modules/radicle-node/cue.mod/gen/
modified .typos.toml
@@ -14,3 +14,8 @@ extend-ignore-re = [
[type.codespell]
check-file = false
extend-glob = [".codespellrc"]
+

+
[files]
+
extend-exclude = [
+
    "simulation/modules/radicle-node/cue.mod"
+
]