Some checks are pending
Documentation Lint & Validation / Markdown Linting (push) Waiting to run
Documentation Lint & Validation / Validate mdBook Configuration (push) Waiting to run
Documentation Lint & Validation / Content & Structure Validation (push) Waiting to run
Documentation Lint & Validation / Lint & Validation Summary (push) Blocked by required conditions
mdBook Build & Deploy / Build mdBook (push) Waiting to run
mdBook Build & Deploy / Documentation Quality Check (push) Blocked by required conditions
mdBook Build & Deploy / Deploy to GitHub Pages (push) Blocked by required conditions
mdBook Build & Deploy / Notification (push) Blocked by required conditions
Rust CI / Security Audit (push) Waiting to run
Rust CI / Check + Test + Lint (nightly) (push) Waiting to run
Rust CI / Check + Test + Lint (stable) (push) Waiting to run
70 lines
923 B
Plaintext
70 lines
923 B
Plaintext
CLAUDE.md
|
|
.claude
|
|
AGENTS.md
|
|
.opencode
|
|
utils/save*sh
|
|
COMMIT_MESSAGE.md
|
|
node_modules
|
|
.wrks
|
|
nushell
|
|
nushell-*
|
|
*.tar.gz
|
|
#*-nushell-plugins.tar.gz
|
|
github-com
|
|
.coder
|
|
target
|
|
distribution
|
|
.qodo
|
|
# enviroment to load on bin/build
|
|
.env
|
|
# OSX trash
|
|
.DS_Store
|
|
|
|
# Vscode files
|
|
.vscode
|
|
|
|
# Emacs save files
|
|
*~
|
|
\#*\#
|
|
.\#*
|
|
|
|
# Vim-related files
|
|
[._]*.s[a-w][a-z]
|
|
[._]s[a-w][a-z]
|
|
*.un~
|
|
Session.vim
|
|
.netrwhist
|
|
|
|
# cscope-related files
|
|
cscope.*
|
|
|
|
# User cluster configs
|
|
.kubeconfig
|
|
|
|
.tags*
|
|
|
|
# direnv .envrc files
|
|
.envrc
|
|
|
|
# make-related metadata
|
|
/.make/
|
|
|
|
# Just in time generated data in the source, should never be committed
|
|
/test/e2e/generated/bindata.go
|
|
|
|
# This file used by some vendor repos (e.g. github.com/go-openapi/...) to store secret variables and should not be ignored
|
|
!\.drone\.sec
|
|
|
|
# Godeps workspace
|
|
/Godeps/_workspace
|
|
|
|
/bazel-*
|
|
*.pyc
|
|
|
|
# generated by verify-vendor.sh
|
|
vendordiff.patch
|
|
|
|
# Generated SBOM files
|
|
SBOM.*.json
|
|
*.sbom.json
|