Ignore `.shelf/` folder generated by IntelliJ IDEA (#10445)

Motivation:

IntelliJ IDEA may generate a local folder `.shelf/` for version control.
For more information, see
https://www.jetbrains.com/help/idea/shelving-and-unshelving-changes.html

Modifications:

- Add `.shelf/` folder to the `.gitignore` file;

Result:

IntelliJ IDEA's `.shelf/` folder is ignored by git.
This commit is contained in:
Idel Pivnitskiy 2020-08-02 22:51:53 -07:00 committed by GitHub
parent 573ff0a33e
commit 11107a4121
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -8,6 +8,7 @@
*.ipr
*.iws
.idea/
.shelf/
# Geany project file
.geany