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 21 days ago
commit 972523314a7246cdc432edeb221d9983ad41722e
parent a031cd2e2c12be2325c526575222524f9d700d97
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 .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"
+
]
added simulation/.gitignore
@@ -0,0 +1,2 @@
+
/modules/radicle-node/cue.mod/pkg/
+
/modules/radicle-node/cue.mod/gen/