Skip to content

Ignore artifacts folder - #772

Open
celdrake wants to merge 1 commit into
flightctl:mainfrom
celdrake:ignore-artifacts
Open

Ignore artifacts folder#772
celdrake wants to merge 1 commit into
flightctl:mainfrom
celdrake:ignore-artifacts

Conversation

@celdrake

@celdrake celdrake commented Aug 21, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Added .artifacts/ to .gitignore.
  • No changes affect libs/, apps/, proxy/, packaging/, or .github/workflows/.
  • No impact on shared UI components, platform-specific app code, Go auth proxy, container builds, E2E tests, or CI configuration.
  • No security or user-facing design impact.

Made-with: Cursor
@coderabbitai

coderabbitai Bot commented Aug 21, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Enterprise

Run ID: fac0a56f-be3a-4fd4-a452-e7afab8789cd

📥 Commits

Reviewing files that changed from the base of the PR and between 5a36446 and 660b421.

📒 Files selected for processing (1)
  • .gitignore

Included review availability: Your plan provides up to 12 included reviews per hour; 11 remain after this review.


Walkthrough

The .gitignore file now excludes the .artifacts/ directory from repository tracking.

Changes

Artifact ignore configuration

Layer / File(s) Summary
Ignore generated artifacts
.gitignore
Adds .artifacts/ to the ignored paths.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to 660b4

This localized ignore-rule change introduces no actionable merge-blocking risk and is merge-ready after normal checks and review.

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the change to ignore the .artifacts/ folder.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.)
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
No-Hardcoded-Secrets ✅ Passed The pull request changes only .gitignore by adding .artifacts/; the added line contains no API key, token, password, credential, private key, or secret-like string.
No-Weak-Crypto ✅ Passed The pull request changes only .gitignore by adding .artifacts/; it introduces no weak-crypto usage, custom crypto, or secret comparison.
No-Injection-Vectors ✅ Passed The commit changes only .gitignore by adding .artifacts/; it introduces no eval/exec, dangerouslySetInnerHTML, os.system, exec.Command, or yaml.load usage.
Container-Privileges ✅ Passed The commit changes only .gitignore by adding .artifacts/; it introduces no container or Kubernetes manifest and no listed privilege setting.
No-Sensitive-Data-In-Logs ✅ Passed The PR changes only .gitignore by adding .artifacts/. No logging, telemetry, or sensitive-data handling code changed.
Resource-Leaks ✅ Passed The PR changes only .gitignore by adding .artifacts/; no proxy/ Go files or resource-handling code changed.
Unchecked-Errors ✅ Passed The PR diff changes only .gitignore by adding .artifacts/; no proxy path or Go file changed, so it introduces no unchecked error.
Ai-Attribution ✅ Passed The sole introduced commit mentions Cursor and uses the accepted Made-with: Cursor trailer; no Co-Authored-By trailer is present.
Generated-Files-Not-Hand-Edited ✅ Passed The commit changes only .gitignore by adding .artifacts/; all listed generated paths are unchanged.
I18n-Compliance ✅ Passed The committed PR diff changes only .gitignore by adding .artifacts/; it introduces no .tsx files, user-visible strings, or t() calls.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant