mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
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
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:
parent
d9686083cd
commit
9727f104c8
18
admin/framework/.gitignore
vendored
18
admin/framework/.gitignore
vendored
@ -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
|
||||||
|
18
admin/starter/.gitignore
vendored
18
admin/starter/.gitignore
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user