chore: Fix Netbeans IDE related entries in two gitignore files under framework admin dir (#9428)
Some checks are pending
Check File Permissions / Check File Permission (push) Waiting to run

* Fix Netbeans IDE related entries in the framework/admin/starter gitignore file.

* Fix Netbeans IDE related entries in the framework/admin/framework gitignore file.
This commit is contained in:
Nalaka Samarasinghe 2025-01-22 04:06:06 +05:30 committed by GitHub
parent d9686083cd
commit 9727f104c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 18 additions and 18 deletions

View File

@ -100,15 +100,15 @@ _modules/*
.idea/ .idea/
*.iml *.iml
# Netbeans # NetBeans
nbproject/ /nbproject/
build/ /build/
nbbuild/ /nbbuild/
dist/ /dist/
nbdist/ /nbdist/
nbactions.xml /nbactions.xml
nb-configuration.xml /nb-configuration.xml
.nb-gradle/ /.nb-gradle/
# Sublime Text # Sublime Text
*.tmlanguage.cache *.tmlanguage.cache

View File

@ -100,15 +100,15 @@ _modules/*
.idea/ .idea/
*.iml *.iml
# Netbeans # NetBeans
nbproject/ /nbproject/
build/ /build/
nbbuild/ /nbbuild/
dist/ /dist/
nbdist/ /nbdist/
nbactions.xml /nbactions.xml
nb-configuration.xml /nb-configuration.xml
.nb-gradle/ /.nb-gradle/
# Sublime Text # Sublime Text
*.tmlanguage.cache *.tmlanguage.cache