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 57148011d3b0a122adf8dbeb89ba9c393766690e
parent dd310e93252b19d61c8c28509f10f8c75290a4ee
3 files changed +10 -2
modified .codespellrc
@@ -1,5 +1,6 @@
+
# See: https://github.com/codespell-project/codespell#using-a-config-file
[codespell]
-
skip = .git*,*.lock,.codespellrc,target,.jj,.direnv
+
skip = .git*,*.lock,.codespellrc,target,.jj,.direnv,simulation/modules/radicle-node/cue.mod/*
check-hidden = true
ignore-words-list = ser,set,noes
-
dictionary = .codespell-dictionary.txt,-

\ No newline at end of file
+
dictionary = .codespell-dictionary.txt,-
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
@@ -17,3 +17,8 @@ extend-ignore-re = [
[type.codespell]
check-file = false
extend-glob = [".codespellrc"]
+

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