Skip to content

Commit 68fc20a

Browse files
committed
Add NetBean IDE metadata files to .gitignore
1 parent a26a74e commit 68fc20a

4 files changed

Lines changed: 16 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ target
88
.classpath
99
.project
1010
.settings
11+
12+
# NetBeans files
13+
nb-configuration.xml
14+
nbactions.xml

commons-email2-core/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
/bin/
2+
3+
# NetBeans files
4+
nb-configuration.xml
5+
nbactions.xml

commons-email2-jakarta/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
/bin/
2+
3+
# NetBeans files
4+
nb-configuration.xml
5+
nbactions.xml

commons-email2-javax/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
/bin/
2+
3+
# NetBeans files
4+
nb-configuration.xml
5+
nbactions.xml

0 commit comments

Comments
 (0)