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 8 days ago
commit 2c30ce6cfcfd2afd8110046312c8938a9d24e3c6
parent 7c1ba7128ac67682361495bcb1097a2ba6b88e13
3 files changed +12 -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
@@ -35,3 +35,8 @@ extend-ignore-re = [
[type.md.extend-identifiers]
"radicle" = "Radicle"

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

added simulation/.gitignore
@@ -0,0 +1,4 @@
+
controlplane.yaml
+
worker.yaml
+
/modules/radicle-node/cue.mod/pkg/
+
/modules/radicle-node/cue.mod/gen/