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 15 days ago
commit b9202eb02f55b24c550ead86c8f738346f757d44
parent 9919539ae8c0a433ded99dff9dec4183fe2eddf4
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
@@ -34,3 +34,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/