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-checkstyle-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new bf80148 Add .checkstyle to .gitignore
bf80148 is described below
commit bf8014841e7709937bb761241b30afefd2004700
Author: Michael Osipov <[email protected]>
AuthorDate: Mon Jan 1 21:19:58 2024 +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