94 lines
1.6 KiB
Text
94 lines
1.6 KiB
Text
CLAUDE.md
|
|
.claude
|
|
logs
|
|
logs-archive
|
|
.ncl-cache
|
|
data
|
|
utils/save*sh
|
|
.fastembed_cache
|
|
presentaciones
|
|
COMMIT_MESSAGE.md
|
|
.wrks
|
|
nushell
|
|
nushell-*
|
|
*.tar.gz
|
|
#*-nushell-plugins.tar.gz
|
|
github-com
|
|
.coder
|
|
target
|
|
artifacts/
|
|
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
|
|
|
|
# Machine-local cargo config — generated by `just setup-dev` from .cargo/config.base.toml
|
|
# Contains: target-dir, rustc-wrapper, sccache paths — never commit machine-local paths
|
|
.cargo/config.toml
|
|
|
|
# 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
|
|
.claude/settings.local.json
|
|
|
|
# Generated SBOM files
|
|
SBOM.*.json
|
|
*.sbom.json
|
|
|
|
# UnoCSS build
|
|
assets/css/node_modules/
|
|
assets/css/pnpm-lock.yaml
|
|
crates/ontoref-daemon/public/css/ontoref.css
|
|
# sync-assets manifest — local artefact, not tracked
|
|
assets/.sync-manifest.json
|
|
|
|
# ADR-040: convention content is DERIVED — symlinks to a machine-specific shared
|
|
# origin (dev-system) or vendored snapshots. Source of truth is the card.ncl
|
|
# `conventions` declaration; `onre conventions sync` re-creates this tree.
|
|
.ontoref/conventions/
|
|
|
|
.coder/
|
|
.claude/
|
|
.internal.git/
|