feat: ignore .idea directory completely
This commit is contained in:
parent
e256e5e1ad
commit
1f64f8a176
11 changed files with 9 additions and 73 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -141,6 +141,9 @@ flycheck_*.el
|
|||
.idea/**/dictionaries
|
||||
.idea/**/shelf
|
||||
|
||||
# IDEA
|
||||
/.idea/
|
||||
|
||||
# AWS User-specific
|
||||
.idea/**/aws.xml
|
||||
|
||||
|
|
@ -491,7 +494,8 @@ pip-selfcheck.json
|
|||
.LSOverride
|
||||
|
||||
# Icon must end with two \r
|
||||
Icon
|
||||
Icon
|
||||
|
||||
|
||||
# Thumbnails
|
||||
._*
|
||||
|
|
|
|||
Reference in a new issue