Skip to content

Commit 1eb7ead

Browse files
authored
Ensure that the NetBeans IDE-related entries in the framework root's .gitignore file apply exclusively to the framework root directory.
1 parent d968608 commit 1eb7ead

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.gitignore

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

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

114114
# Sublime Text
115115
*.tmlanguage.cache

0 commit comments

Comments
 (0)