mirror of
https://github.com/Sonarr/Sonarr
synced 2026-05-05 03:20:49 +02:00
Add .idea directory to gitignore
For users of the Jetbrains IDEs, the `.idea` directory isn't strictly necessary for version control. It's better to ignore it than tie a repo to specific tooling.
This commit is contained in:
parent
a9072ac460
commit
87bd5e62f2
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -162,3 +162,6 @@ src/.idea/
|
|||
|
||||
# API doc generation
|
||||
.config/
|
||||
|
||||
# Ignore Jetbrains IntelliJ Workspace Directories
|
||||
.idea/
|
||||
|
|
|
|||
Loading…
Reference in a new issue