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 Norman Maurer
parent c5de752fa3
commit 300fc243a4

1
.gitignore vendored
View File

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