Skip to content

[Repo Assist] chore: add .gitignore#93

Draft
github-actions[bot] wants to merge 1 commit intomasterfrom
repo-assist/eng-add-gitignore-2026-03-16-12e1f751f8816fc7
Draft

[Repo Assist] chore: add .gitignore#93
github-actions[bot] wants to merge 1 commit intomasterfrom
repo-assist/eng-add-gitignore-2026-03-16-12e1f751f8816fc7

Conversation

@github-actions
Copy link
Contributor

🤖 This PR was created by Repo Assist, an automated AI assistant.

Summary

Adds a .gitignore file to prevent accidentally committing build artefacts or dependencies to source control.

What's excluded

Pattern Reason
node_modules/ npm dependencies — installed locally, not committed
out/ Compiled TypeScript output
*.vsix Packaged extension files
.vscode-test/ VS Code extension test runner cache

Test Status

All 7 existing unit tests pass. No source code changes.

Generated by Repo Assist ·

To install this agentic workflow, run

gh aw add githubnext/agentics/workflows/repo-assist.md@346204513ecfa08b81566450d7d599556807389f

Exclude node_modules, compiled output, extension packages, and VS Code
test runner directories from source control. This prevents accidentally
committing build artefacts or dependency trees.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions

This comment has been minimized.

@github-actions
Copy link
Contributor Author

🤖 This is an automated note from Repo Assist.

This PR appears to be a duplicate of PR #91 ("[Repo Assist] chore: add .gitignore"), which covers the same .gitignore addition.

I'd recommend closing this PR and tracking the change via PR #91 instead.

Generated by Repo Assist ·

To install this agentic workflow, run

gh aw add githubnext/agentics/workflows/repo-assist.md@346204513ecfa08b81566450d7d599556807389f

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.

0 participants