Skip to content

Commit a27514c

Browse files
authored
chore: ignore IntelliJ/JetBrains IDE files (#1919)
## 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 - [x] `git status` no longer reports the untracked `.idea/` directory. This pull request and its description were written by Isaac.
1 parent 2bebf16 commit a27514c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,10 @@ tsconfig.tsbuildinfo
2121

2222
# Local docs (not for version control)
2323
docs/
24+
25+
# IntelliJ IDEA / JetBrains IDEs
26+
.idea/
27+
*.iml
28+
*.ipr
29+
*.iws
30+
.idea_modules/

0 commit comments

Comments
 (0)