Skip to content

Conversation

@mattvollmer
Copy link
Collaborator

@mattvollmer mattvollmer commented Nov 7, 2025

Summary

Updates the .gitignore templates used by blink init to allow .blink/config.json to be source controlled while still ignoring other files in the .blink/ directory.

Changes

  • Modified .gitignore in both scratch and slack-bot templates
  • Changed from ignoring .blink to ignoring .blink/* with exception !.blink/config.json
  • Regenerated init-templates/index.ts with updated templates

Motivation

When deploying an agent via GitHub Action, it requires an organization ID during blink deploy. This information already exists in config.json and the file states that it's safe to be source controlled.

Update .gitignore templates to allow .blink/config.json to be committed
while still ignoring other files in the .blink/ directory.

This enables teams to share agent configuration across the repository
while keeping build artifacts and temporary files out of source control.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant