You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which operating systems have you tested for this bug?
Windows
Which server did you use?
apache
Database
PostgreSQL 16
What happened?
Current Netbeans IDE related entries in the framework_root/.gitignore file apply for the whole repository recursively. This can cause issues when we use like third-party libraries and packages. because its pertty common to have directories like 'dist', 'build' in them. those directories can get ignored.
Since I don't use Netbeans, i don't know where those directories get ceated. I think they get created in the project root. If so, I propose these entries as a replacement for the current ones.
PHP Version
8.3
CodeIgniter4 Version
4.5.8
CodeIgniter4 Installation Method
Composer (using
codeigniter4/appstarter
)Which operating systems have you tested for this bug?
Windows
Which server did you use?
apache
Database
PostgreSQL 16
What happened?
Current Netbeans IDE related entries in the framework_root/.gitignore file apply for the whole repository recursively. This can cause issues when we use like third-party libraries and packages. because its pertty common to have directories like 'dist', 'build' in them. those directories can get ignored.
Since I don't use Netbeans, i don't know where those directories get ceated. I think they get created in the project root. If so, I propose these entries as a replacement for the current ones.
# NetBeans /nbproject/ /build/ /nbbuild/ /dist/ /nbdist/ /nbactions.xml /nb-configuration.xml /.nb-gradle/
Steps to Reproduce
Explained in the description.
Expected Output
Explained in the description.
Anything else?
No response
The text was updated successfully, but these errors were encountered: