From efcb1d3a20910cdbd1687429832548f8b4bfdf1d Mon Sep 17 00:00:00 2001 From: Graham McGregor Date: Tue, 14 May 2019 12:13:33 -0400 Subject: [PATCH] Update ignore pattern for project settings --- .vscode/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 8a2d54c..e108d9a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,7 +3,9 @@ "**/.classpath": true, "**/.project": true, "**/.settings": true, - "**/.factorypath": true + "**/.factorypath": true, + "build": true, + ".gradle": true }, "files.associations": { "*.jelly": "xml"