Skip to content

Conversation

@aram356
Copy link
Collaborator

@aram356 aram356 commented Feb 4, 2026

Summary

  • Broadens .env ignore pattern to .env* to catch all env file variants (e.g., .env.local, .env.development)
  • Simplifies IDE ignore rules by ignoring entire .vscode directory instead of maintaining an allowlist
  • Adds .claude directory to gitignore for Claude Code configuration files
  • Keeps existing .specstory ignore

Closes 233

Changes

File Change
.gitignore Updated env and IDE ignore patterns

Test plan

  • Verify .env* files are ignored (e.g., .env.local, .env.test)
  • Confirm .vscode/ directory is fully ignored
  • Confirm .claude/ directory is ignored

@aram356 aram356 linked an issue Feb 4, 2026 that may be closed by this pull request
@aram356 aram356 self-assigned this Feb 4, 2026
Copy link
Collaborator

@ChristianPavilonis ChristianPavilonis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Looks good

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.

Fix .gitignore to ignore IDE and env files

3 participants