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-io.git


The following commit(s) were added to refs/heads/master by this push:
     new 3557766ab Add NetBean IDE metadata files to .gitignore
3557766ab is described below

commit 3557766ab48bb876008b0a2cb9bd1933275a306a
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Dec 6 11:39:55 2025 -0500

    Add NetBean IDE metadata files to .gitignore
---
 .gitignore | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index f43fea026..91824e5be 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,3 @@
-### 
https://raw.github.com/github/gitignore/14b7566ce157ce95b07006466bacee160f242284/maven.gitignore
-
 target/
 pom.xml.tag
 pom.xml.releaseBackup
@@ -7,16 +5,19 @@ pom.xml.versionsBackup
 pom.xml.next
 release.properties
 
-
 site-content
 /.classpath
 /.project
 /.settings/
 
-### Ignore IntelliJ files
+# Ignore IntelliJ files
 /.idea/
 *.iml
 /bin/
 
-### Ignore Visual Studio code files
+# Ignore Visual Studio code files
 /.vscode/
+
+# NetBeans files
+nb-configuration.xml
+nbactions.xml

Reply via email to