Skip to content

chore: expand .gitignore with IDE and OS patterns#163

Merged
asdek merged 1 commit intovxcontrol:feature/next_releasefrom
haosenwang1018:chore/update-gitignore
Mar 2, 2026
Merged

chore: expand .gitignore with IDE and OS patterns#163
asdek merged 1 commit intovxcontrol:feature/next_releasefrom
haosenwang1018:chore/update-gitignore

Conversation

@haosenwang1018
Copy link
Copy Markdown
Contributor

What

Expand .gitignore with common IDE and OS-specific patterns.

Why

Keep repository clean from editor and OS-generated files that shouldn't be committed.

Changes

  • VS Code settings and launch configs
  • IntelliJ IDEA directory
  • Backup files (*.swp, *.swo, *~)
  • Windows Thumbs.db

Testing

  • No functional changes
  • File syntax validated

Add common IDE and OS-specific ignore patterns:
- VS Code settings and launch configs
- IntelliJ IDEA directory
- Backup files (*.swp, *.swo, *~)
- Windows Thumbs.db

These patterns help keep the repository clean from editor
and OS-generated files.
.claude/

# IDE
.vscode/settings.json
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I think, it's not a good idea to ignore these two files because they make simpler onboarding new developers to the product, I'll revert it before merging into master

@asdek asdek changed the base branch from master to feature/next_release March 2, 2026 15:18
@asdek asdek merged commit 7096dd0 into vxcontrol:feature/next_release Mar 2, 2026
@asdek
Copy link
Copy Markdown
Contributor

asdek commented Mar 2, 2026

thank you for the PR!

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.

2 participants