Skip to content

chore: ignore IntelliJ/JetBrains IDE files#1919

Merged
rugpanov merged 1 commit into
mainfrom
chore/gitignore-intellij
Jun 19, 2026
Merged

chore: ignore IntelliJ/JetBrains IDE files#1919
rugpanov merged 1 commit into
mainfrom
chore/gitignore-intellij

Conversation

@rugpanov

Copy link
Copy Markdown
Contributor

Changes

Contributors using JetBrains IDEs (IntelliJ IDEA, WebStorm, etc.) generate a .idea/ directory and *.iml project files locally. These are editor-specific and should never be committed. This adds them to the root .gitignore:

  • .idea/
  • *.iml, *.ipr, *.iws
  • .idea_modules/

Tests

  • git status no longer reports the untracked .idea/ directory.

This pull request and its description were written by Isaac.

Why: Contributors using JetBrains IDEs (IntelliJ IDEA, WebStorm, etc.)
generate a .idea/ directory and *.iml project files that should never be
committed.

What: Add .idea/, *.iml, *.ipr, *.iws, and .idea_modules/ to the root
.gitignore.

Verification: `git status` no longer shows the untracked .idea/ directory.

Co-authored-by: Isaac
@github-actions

Copy link
Copy Markdown
Contributor

If integration tests don't run automatically, an authorized user can run them manually by following the instructions below:

Trigger:
go/deco-tests-run/vscode

Inputs:

  • PR number: 1919
  • Commit SHA: 4fad356660fed45ec40045d743cb187afc1e5b01

Checks will be approved automatically on success.

@rugpanov rugpanov merged commit a27514c into main Jun 19, 2026
6 of 8 checks passed
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