This is an automated email from the ASF dual-hosted git repository.
btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-jdkim.git
The following commit(s) were added to refs/heads/master by this push:
new 1cfa4e9 Add dependency-reduced-pom to gitignore (#22)
1cfa4e9 is described below
commit 1cfa4e9bb3f9a8b5dfed73e9e07882d2af85f4d1
Author: Emerson Pinter <[email protected]>
AuthorDate: Fri Mar 21 12:19:22 2025 -0300
Add dependency-reduced-pom to gitignore (#22)
---
.gitignore | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index f83e8cf..205919f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,7 @@
.idea
-target
*.iml
+/main/dependency-reduced-pom.xml
+/assemble/target
+/target
+/main/target
+
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]