Skip to content

Bug: NetBeans IDE-related entries in the framework_root/.gitignore file are causing issues #9423

@nalakapws

Description

@nalakapws

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugVerified issues on the current code behavior or pull requests that will fix them

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions