Commit a27514c
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
0 commit comments