From 03282d02766e9b7101a6c2ec1567048f5c2b2d80 Mon Sep 17 00:00:00 2001 From: Gary Miguel <garymm@google.com> Date: Fri, 23 Feb 2018 14:36:43 -0800 Subject: [PATCH] [editors] Ignore sublime-project and sublime-workspace files. Sublime text users might have these in the repo. Change-Id: I5afde56c5df49c5c3c7c025db53c942fbf42ce86 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index fedad4aed06..72263522864 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,8 @@ .project .pub .pydevproject +*.sublime-project +*.sublime-workspace .vscode .packages **/.atom/ -- GitLab