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:
parent
c5de752fa3
commit
300fc243a4
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,6 +8,7 @@
|
||||
*.ipr
|
||||
*.iws
|
||||
.idea/
|
||||
.shelf/
|
||||
|
||||
# Geany project file
|
||||
.geany
|
||||
|
Loading…
Reference in New Issue
Block a user