Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,23 @@ exclude = [
"justfile",
"setup-hooks.sh",
".git-hooks/",
".githooks/",
".gitignore",
".gitmessage",
"renovate.json5",
"clippy.toml",
"deny.toml",
"build.rs",

# Build artifacts
"release-reports/",
"target/",
"*.profraw",
"*.profdata",

# Organization/template setup files
"org-repos-setup/",

# Documentation (internal/setup guides - not for end users)
"DOCS_SETUP.md",
"WORKFLOWS_SETUP.md",
Expand All @@ -52,6 +62,15 @@ exclude = [
"RELEASE_REPORTS_SUMMARY.md",
"COMPLETE_SUMMARY.md",
"CRATE_PACKAGING.md",
"CI_OPTIMIZATION.md",
"CLAUDE_AUTO_APPROVE_SETUP.md",
"CLAUDE_INTEGRATION.md",
"GITHUB_RELEASE_STRUCTURE.md",
"ORG_GITHUB_ACTIONS_SETUP.md",
"RELEASE_PROCESS.md",
"TEST_AUTO_APPROVE.md",
"WORKFLOW_GUIDE.md",
"CHANGELOG.md",

# AI documentation (repo version for developers, .release version for users)
"AGENTS.md",
Expand Down
47 changes: 0 additions & 47 deletions org-repos-setup/.github/README.md

This file was deleted.

68 changes: 0 additions & 68 deletions org-repos-setup/.github/SECURITY.md

This file was deleted.

95 changes: 0 additions & 95 deletions org-repos-setup/.github/SUPPORT.md

This file was deleted.

This file was deleted.

22 changes: 0 additions & 22 deletions org-repos-setup/.github/workflow-templates/rust-nix-ci.yml

This file was deleted.

This file was deleted.

24 changes: 0 additions & 24 deletions org-repos-setup/.github/workflow-templates/rust-nix-release.yml

This file was deleted.

Loading
Loading