You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2020/12/25 09:36:29 UTC

[maven] branch master updated: Ignore .checkstyle

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new 5c59834  Ignore .checkstyle
5c59834 is described below

commit 5c5983476a0431a6bdbbdc30ae1ed9f7697633eb
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Fri Dec 25 10:36:12 2020 +0100

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

diff --git a/.gitignore b/.gitignore
index f79c928..8f9ebd5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ out/
 /bootstrap
 /dependencies.xml
 .java-version
+.checkstyle
\ No newline at end of file