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-help-plugin.git
The following commit(s) were added to refs/heads/master by this push: new e29093b Add .checkstyle to .gitignore e29093b is described below commit e29093b14577155bb20280f5869dd97750e03d07 Author: Michael Osipov <micha...@apache.org> AuthorDate: Sat Dec 16 15:11:33 2023 +0100 Add .checkstyle to .gitignore --- .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