mirror of
https://github.com/github/gitignore
synced 2024-11-22 19:54:22 +01:00
Ignore Local History folder (#3008)
This will add support for the default location the Local History extension for Visual Studio Code uses. See https://marketplace.visualstudio.com/items?itemName=xyz.local-history
This commit is contained in:
parent
3df9bc0bd9
commit
eefa65c924
@ -4,3 +4,6 @@
|
|||||||
!.vscode/launch.json
|
!.vscode/launch.json
|
||||||
!.vscode/extensions.json
|
!.vscode/extensions.json
|
||||||
*.code-workspace
|
*.code-workspace
|
||||||
|
|
||||||
|
# Local History for Visual Studio Code
|
||||||
|
.history/
|
||||||
|
Loading…
Reference in New Issue
Block a user