From eec157bb2d115e46cc3df2f213ebb4d56435ded9 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Thu, 11 Jun 2020 08:43:37 -0400 Subject: [PATCH] add .checkstyle to .ignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f79c928..7495d7e 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ out/ /bootstrap /dependencies.xml .java-version +.checkstyle