From b2002e63c8fe4af35dbcb46a53f043e36e246f74 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 10 Feb 2021 17:24:00 +0000 Subject: Add .checkstyle to .gitignore .checkstyle files should not be checked in. Issue-ID: POLICY-2971 Change-Id: I0cd0a6558ea7e282a5dce4868fead1784362e555 Signed-off-by: liamfallon --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 67ad92d6d..a159c8426 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ .project .buildpath .idea +.checkstyle *.iml ui-react/node_modules ui-react/build -- cgit 1.2.3-korg