simulation: Ignore cue.mod/pkg and cue.mod/gen for Timoni
This commit is contained in:
parent
620a1ec697
commit
8622a466c5
|
|
@ -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,-
|
||||
|
|
@ -35,3 +35,8 @@ extend-ignore-re = [
|
|||
[type.md.extend-identifiers]
|
||||
"radicle" = "Radicle"
|
||||
|
||||
[files]
|
||||
extend-exclude = [
|
||||
"simulation/modules/radicle-node/cue.mod"
|
||||
]
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,4 @@
|
|||
controlplane.yaml
|
||||
worker.yaml
|
||||
/modules/radicle-node/cue.mod/pkg/
|
||||
/modules/radicle-node/cue.mod/gen/
|
||||
Loading…
Reference in New Issue