Skip to content

Update Node.js related paths in .gitignore #234

Open
@xkaper001

Description

Description

The current .gitignore file has incorrect paths for Node.js related files. The paths need to be updated from scripts/ to lib/scripts/ to match the actual project structure.

Current paths

In .gitignore line 53 - 60.

scripts/node_modules/
scripts/package-lock.json
scripts/package.json

This should be change in accordance with actual path which is lib/scripts/

lib/scripts/node_modules
lib/scripts/package-lock.json
lib/scripts/package.json

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions