Skip to content

ci(ignore): add vscode bundle ignore file#47

Merged
benbenbang merged 1 commit into
mainfrom
ci/ignore
Sep 6, 2025
Merged

ci(ignore): add vscode bundle ignore file#47
benbenbang merged 1 commit into
mainfrom
ci/ignore

Conversation

@benbenbang

Copy link
Copy Markdown
Owner

This pull request updates the .vscodeignore file to significantly expand the set of files and directories excluded from VS Code packaging. The changes help prevent unnecessary files—such as logs, configuration, documentation, and development resources—from being included in the extension bundle.

Expanded ignore patterns for packaging:

  • Added exclusion for general bundled directory, replacing the more specific bundled/libs/bin/** pattern.
  • Added ignore patterns for various configuration and metadata files, including *.log, .claude, .devcontainer, .dockerignore, .github, .pre-commit-config.yaml, .python-version, and CLAUDE.md.
  • Added exclusion for several directories: bundled, docs, scripts, tests, and tmp.
  • Added ignore pattern for mise.toml, a tool configuration file.

@github-actions github-actions Bot added the triage label Sep 6, 2025
@benbenbang
benbenbang enabled auto-merge (squash) September 6, 2025 18:13
@benbenbang
benbenbang merged commit 731f964 into main Sep 6, 2025
2 checks passed
@benbenbang
benbenbang deleted the ci/ignore branch September 6, 2025 18:14
@ptah-technical-app

Copy link
Copy Markdown

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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