commit | 04db5e46c5932a931d66a9a47ccc92b8e16c7543 | [log] [tgz] |
---|---|---|
author | Lifu Tang <lifu@google.com> | Thu Sep 28 10:38:29 2023 -0700 |
committer | Lifu Tang <lifu@google.com> | Thu Sep 28 10:40:22 2023 -0700 |
tree | 1154671b665d88efb8c9e654c87afd24428324d0 | |
parent | 3a130e2baae91024443289efef8e5ca2b2dd33e0 [diff] |
Update `.gitignore` list VSCode project shouldn't be tracked by version control. Test: none Change-Id: Ia8a05248347dd8dc2d82724c24c8c01f5108999f
diff --git a/.gitignore b/.gitignore index 1062418..75db548 100644 --- a/.gitignore +++ b/.gitignore
@@ -1,2 +1,3 @@ .idea/ +*.code-workspace *.iml