public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH] .gitignore: Ignore .vscode/ directory generated by VS Code
@ 2020-07-06  2:55 Ni, Ray
  2020-07-07 14:19 ` Liming Gao
  0 siblings, 1 reply; 3+ messages in thread
From: Ni, Ray @ 2020-07-06  2:55 UTC (permalink / raw)
  To: devel; +Cc: Ray Ni, Liming Gao, Michael D Kinney

From: Ray Ni <niruiyu@users.noreply.github.com>

Signed-off-by: Ray Ni <ray.ni@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 58200d4d73..115bbade55 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 __pycache__/
+.vscode/
-- 
2.26.2.windows.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-08-17  3:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-06  2:55 [PATCH] .gitignore: Ignore .vscode/ directory generated by VS Code Ni, Ray
2020-07-07 14:19 ` Liming Gao
2020-08-17  3:00   ` Ni, Ray

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox