From a321a954fbd42dce15634db3623cf8e616e2b740 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pekka=20Maanp=C3=A4=C3=A4?= Date: Thu, 11 Feb 2021 16:04:15 +0200 Subject: [PATCH] Ignore generated directory in IT modules (#638) When running the IT modules, this file frontend/generated/vaadin.ts appears, polluting the git status. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 2dd885dc540..8284990eb18 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,5 @@ node_modules package*json pnpm* error-screenshots + +*/*/frontend/generated