mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 16:28:15 +00:00
c4c198670d
docs: remove agent-generated planning docs, forbid committing them Delete one-shot planning/progress artifacts that were checked into the tree: the 14 superpowers plan/tracker docs under docs/superpowers/plans/, plus issue-scoped implementation plans, optimization conclusions, and dated benchmark-result snapshots under docs/ (issue-4003 ListObjectsV2 plans, get-small-file conclusion, issue824/issue829 benchmark results, issue-713 >1GiB GET baseline summary and ops guide). Codify the rule so they do not come back: - .gitignore drops the docs/superpowers whitelist, so anything new under docs/ stays ignored unless force-added. - AGENTS.md gains an explicit 'do not commit planning-type documents' rule scoping version control to the durable architecture/operations/testing sets. - docs/architecture/README.md, overview.md, arch-checks SKILL.md, and check_doc_paths.sh drop their references to the removed archive.
86 lines
1.2 KiB
Plaintext
86 lines
1.2 KiB
Plaintext
/target
|
|
.DS_Store
|
|
.idea
|
|
.vscode
|
|
.cursor
|
|
.direnv/
|
|
# Ignore local Claude state but keep shared repo skills committable
|
|
.claude/*
|
|
!.claude/skills
|
|
.tmp/
|
|
/test
|
|
/logs
|
|
/data
|
|
/docs
|
|
/rustfs-data/
|
|
.devcontainer
|
|
rustfs/static/*
|
|
!rustfs/static/.gitkeep
|
|
vendor
|
|
cli/rustfs-gui/embedded-rustfs/rustfs
|
|
*.log
|
|
deploy/certs/*
|
|
deploy/data/*
|
|
*jsonl
|
|
.env
|
|
.rustfs.sys
|
|
.cargo/
|
|
!fuzz/.cargo/
|
|
!fuzz/.cargo/config.toml
|
|
!.cargo/config.toml
|
|
profile.json
|
|
.docker/openobserve-otel/data
|
|
*.zst
|
|
.secrets
|
|
*.go
|
|
*.pb
|
|
*.svg
|
|
deploy/logs/*.log.*
|
|
artifacts/
|
|
# s3-tests local artifacts (root directory only)
|
|
/s3-tests/
|
|
/s3-tests-local/
|
|
/s3tests.conf
|
|
/s3tests.conf.*
|
|
*.events
|
|
*.audit
|
|
*.snappy
|
|
PR_DESCRIPTION.md
|
|
scripts/s3-tests/selected_tests.txt
|
|
docs
|
|
__pycache__/
|
|
!docs/
|
|
docs/*
|
|
!docs/architecture/
|
|
!docs/architecture/**
|
|
!docs/operations/
|
|
!docs/operations/**
|
|
!docs/testing/
|
|
!docs/testing/**
|
|
docs/heal-scanner-logging-governance.md
|
|
docs/benchmark/rustfs-target-bench/
|
|
docs/benchmark/*.md
|
|
.codegraph/*
|
|
.docker/test/compat/data/*
|
|
.docker/test/compat/kms/*
|
|
reasonix.toml
|
|
.reasonix/*
|
|
|
|
# nix stuff
|
|
result*
|
|
*.gz
|
|
rustfs-webdav.code-workspace
|
|
|
|
.aiexclude
|
|
*.bak
|
|
# Local test/benchmark artifacts
|
|
benchmarks.logs
|
|
tmp/
|
|
crates/*/docs
|
|
fuzz/target
|
|
outputs
|
|
worktrees/*
|
|
|
|
# Local AI-agent review artifacts (omo evidence dumps)
|
|
.omo/
|