From ebd98d301151f1740bb354ff4f79fa201b38f7c0 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Mon, 15 Jun 2020 11:57:37 -0400 Subject: [PATCH] ignore .checkstyle file from eclipse --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5006e872..3a77bd27 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ target .classpath .project .settings +.checkstyle #idea *.iml .idea