Skip to content

Commit 9727f10

Browse files
authored
chore: Fix Netbeans IDE related entries in two gitignore files under framework admin dir (#9428)
* Fix Netbeans IDE related entries in the framework/admin/starter gitignore file. * Fix Netbeans IDE related entries in the framework/admin/framework gitignore file.
1 parent d968608 commit 9727f10

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

admin/framework/.gitignore

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,15 @@ _modules/*
100100
.idea/
101101
*.iml
102102

103-
# Netbeans
104-
nbproject/
105-
build/
106-
nbbuild/
107-
dist/
108-
nbdist/
109-
nbactions.xml
110-
nb-configuration.xml
111-
.nb-gradle/
103+
# NetBeans
104+
/nbproject/
105+
/build/
106+
/nbbuild/
107+
/dist/
108+
/nbdist/
109+
/nbactions.xml
110+
/nb-configuration.xml
111+
/.nb-gradle/
112112

113113
# Sublime Text
114114
*.tmlanguage.cache

admin/starter/.gitignore

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,15 @@ _modules/*
100100
.idea/
101101
*.iml
102102

103-
# Netbeans
104-
nbproject/
105-
build/
106-
nbbuild/
107-
dist/
108-
nbdist/
109-
nbactions.xml
110-
nb-configuration.xml
111-
.nb-gradle/
103+
# NetBeans
104+
/nbproject/
105+
/build/
106+
/nbbuild/
107+
/dist/
108+
/nbdist/
109+
/nbactions.xml
110+
/nb-configuration.xml
111+
/.nb-gradle/
112112

113113
# Sublime Text
114114
*.tmlanguage.cache

0 commit comments

Comments
 (0)