diff options
author | liamfallon <liam.fallon@est.tech> | 2021-02-10 17:24:00 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2021-02-12 10:40:08 +0000 |
commit | b2002e63c8fe4af35dbcb46a53f043e36e246f74 (patch) | |
tree | 3800d967f4051577c5a69d84c72bdac82d4128be | |
parent | 9d04a9cc8c6f4b12ae60cc0d4d42f71085f72328 (diff) |
Add .checkstyle to .gitignore
.checkstyle files should not be checked in.
Issue-ID: POLICY-2971
Change-Id: I0cd0a6558ea7e282a5dce4868fead1784362e555
Signed-off-by: liamfallon <liam.fallon@est.tech>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |