Skip to content

Commit

Permalink
chore: Fix Netbeans IDE related entries in two gitignore files under …
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
nalakapws authored Jan 21, 2025
1 parent d968608 commit 9727f10
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions admin/framework/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ _modules/*
.idea/
*.iml

# Netbeans
nbproject/
build/
nbbuild/
dist/
nbdist/
nbactions.xml
nb-configuration.xml
.nb-gradle/
# NetBeans
/nbproject/
/build/
/nbbuild/
/dist/
/nbdist/
/nbactions.xml
/nb-configuration.xml
/.nb-gradle/

# Sublime Text
*.tmlanguage.cache
Expand Down
18 changes: 9 additions & 9 deletions admin/starter/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ _modules/*
.idea/
*.iml

# Netbeans
nbproject/
build/
nbbuild/
dist/
nbdist/
nbactions.xml
nb-configuration.xml
.nb-gradle/
# NetBeans
/nbproject/
/build/
/nbbuild/
/dist/
/nbdist/
/nbactions.xml
/nb-configuration.xml
/.nb-gradle/

# Sublime Text
*.tmlanguage.cache
Expand Down

0 comments on commit 9727f10

Please sign in to comment.