From: liamfallon Date: Wed, 10 Feb 2021 17:24:00 +0000 (+0000) Subject: Add .checkstyle to .gitignore X-Git-Tag: 6.0.1~12 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F85%2F117785%2F1;p=policy%2Fclamp.git Add .checkstyle to .gitignore .checkstyle files should not be checked in. Issue-ID: POLICY-2971 Change-Id: I0cd0a6558ea7e282a5dce4868fead1784362e555 Signed-off-by: liamfallon --- 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