Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Node.js related paths in .gitignore #234

Open
xkaper001 opened this issue Jan 22, 2025 · 2 comments · May be fixed by #235
Open

Update Node.js related paths in .gitignore #234

xkaper001 opened this issue Jan 22, 2025 · 2 comments · May be fixed by #235
Assignees

Comments

@xkaper001
Copy link

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
@xkaper001
Copy link
Author

Hey @mdmohsin7, this is a minor issue. Please assign me this one.

xkaper001 added a commit to xkaper001/Monumento that referenced this issue Jan 22, 2025
@mdmohsin7
Copy link
Collaborator

Assigned @xkaper001

@xkaper001 xkaper001 linked a pull request Jan 22, 2025 that will close this issue
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants