Add .vscode in git ignore list
Add a .vscode line in the .gitignore file to ignore the Visual Studio Code auto generated files. Add a .vscode line in the .gitignore file to ignore the Visual Studio Code auto generated files. Change-Id: Ifbcf82a9c23b4ecf35ae9fd84787f7e1e29df47b Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
c6128fc67c
commit
09da7f470e
3
.gitignore
vendored
3
.gitignore
vendored
@ -282,6 +282,9 @@ tags
|
||||
*.appxmanifest
|
||||
.qmake.winrt_uuid_*
|
||||
|
||||
# Visual Studio Code generated files
|
||||
.vscode
|
||||
|
||||
# INTEGRITY generated files
|
||||
*.ael
|
||||
*.dla
|
||||
|
Loading…
x
Reference in New Issue
Block a user