mirror of
https://github.com/siderolabs/talos.git
synced 2026-03-26 07:13:31 +00:00
so it can be reused in Omni Signed-off-by: Orzelius <33936483+Orzelius@users.noreply.github.com>
42 lines
510 B
Plaintext
42 lines
510 B
Plaintext
.env
|
|
.envrc
|
|
bin
|
|
_out
|
|
.vscode
|
|
.idea
|
|
*.code-workspace
|
|
init.yaml
|
|
controlplane.yaml
|
|
join.yaml
|
|
worker.yaml
|
|
machineconfig.yaml
|
|
talosconfig
|
|
/kubeconfig
|
|
hack/test/libvirt/matchbox/assets/*
|
|
!hack/test/libvirt/matchbox/assets/.gitkeep
|
|
|
|
# vim Swap
|
|
[._]*.s[a-v][a-z]
|
|
[._]*.sw[a-p]
|
|
[._]s[a-rt-v][a-z]
|
|
[._]ss[a-gi-z]
|
|
[._]sw[a-p]
|
|
|
|
# Go
|
|
.artifacts/
|
|
go.work.sum
|
|
|
|
sha256sum.txt
|
|
sha512sum.txt
|
|
|
|
**/packet-cluster.yaml
|
|
|
|
# Local Netlify folder
|
|
.netlify
|
|
|
|
*.lock
|
|
node_modules
|
|
website/resources
|
|
website/public
|
|
website/.hugo_build.lock
|