This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-email.git
The following commit(s) were added to refs/heads/master by this push:
new 68fc20a8 Add NetBean IDE metadata files to .gitignore
68fc20a8 is described below
commit 68fc20a8dfcf48c1dba12185d0a9e845947b91e4
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Dec 6 11:39:47 2025 -0500
Add NetBean IDE metadata files to .gitignore
---
.gitignore | 4 ++++
commons-email2-core/.gitignore | 4 ++++
commons-email2-jakarta/.gitignore | 4 ++++
commons-email2-javax/.gitignore | 4 ++++
4 files changed, 16 insertions(+)
diff --git a/.gitignore b/.gitignore
index 10bef9b1..29bb160e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,7 @@ target
.classpath
.project
.settings
+
+# NetBeans files
+nb-configuration.xml
+nbactions.xml
diff --git a/commons-email2-core/.gitignore b/commons-email2-core/.gitignore
index ae3c1726..a3e93aac 100644
--- a/commons-email2-core/.gitignore
+++ b/commons-email2-core/.gitignore
@@ -1 +1,5 @@
/bin/
+
+# NetBeans files
+nb-configuration.xml
+nbactions.xml
diff --git a/commons-email2-jakarta/.gitignore
b/commons-email2-jakarta/.gitignore
index ae3c1726..a3e93aac 100644
--- a/commons-email2-jakarta/.gitignore
+++ b/commons-email2-jakarta/.gitignore
@@ -1 +1,5 @@
/bin/
+
+# NetBeans files
+nb-configuration.xml
+nbactions.xml
diff --git a/commons-email2-javax/.gitignore b/commons-email2-javax/.gitignore
index ae3c1726..a3e93aac 100644
--- a/commons-email2-javax/.gitignore
+++ b/commons-email2-javax/.gitignore
@@ -1 +1,5 @@
/bin/
+
+# NetBeans files
+nb-configuration.xml
+nbactions.xml