From: Jackie Huang Date: Tue, 19 Apr 2022 09:37:01 +0000 (+0800) Subject: gitignore: ignore the editor config files X-Git-Tag: f-release~116 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=9aa1652ef76721aaa3e05a376ef8f9135dd2df72;p=pti%2Frtp.git gitignore: ignore the editor config files Signed-off-by: Jackie Huang Change-Id: I4eda6720c2a1b31e2fa1d1520850f017b76c1506 --- diff --git a/.gitignore b/.gitignore index 60baa19..869e107 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,6 @@ # documentation .tox docs/_build/* + +# editor +.vscode