You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/07/01 15:41:44 UTC

[maven-plugin-tools] 01/01: ignore .checkstyle

This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch ignore
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git

commit de06957f78a057d7ba1413feefbbfe0a531d750c
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Wed Jul 1 11:41:25 2020 -0400

    ignore .checkstyle
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index fcd5a90..9a1c7ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,7 @@ out/
 .classpath
 .project
 .settings
+.checkstyle
 
 .DS_Store