Update .gitignore to include .vscode files
This commit is contained in:
15
.gitignore
vendored
15
.gitignore
vendored
@@ -378,12 +378,12 @@ MigrationBackup/
|
|||||||
FodyWeavers.xsd
|
FodyWeavers.xsd
|
||||||
|
|
||||||
# VS Code files for those working on multiple tools
|
# VS Code files for those working on multiple tools
|
||||||
.vscode/*
|
# .vscode/*
|
||||||
!.vscode/settings.json
|
# !.vscode/settings.json
|
||||||
!.vscode/tasks.json
|
# !.vscode/tasks.json
|
||||||
!.vscode/launch.json
|
# !.vscode/launch.json
|
||||||
!.vscode/extensions.json
|
# !.vscode/extensions.json
|
||||||
*.code-workspace
|
# *.code-workspace
|
||||||
|
|
||||||
# Local History for Visual Studio Code
|
# Local History for Visual Studio Code
|
||||||
.history/
|
.history/
|
||||||
@@ -419,7 +419,8 @@ FodyWeavers.xsd
|
|||||||
.LSOverride
|
.LSOverride
|
||||||
|
|
||||||
# Icon must end with two \r
|
# Icon must end with two \r
|
||||||
Icon
|
Icon
|
||||||
|
|
||||||
|
|
||||||
# Thumbnails
|
# Thumbnails
|
||||||
._*
|
._*
|
||||||
|
|||||||
Reference in New Issue
Block a user