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

Ignore *lock file #2955

Merged
merged 1 commit into from Feb 12, 2018
Merged

Ignore *lock file #2955

merged 1 commit into from Feb 12, 2018

Conversation

ezhlobo
Copy link
Member

@ezhlobo ezhlobo commented Feb 11, 2018

After installing dependencies (npm@5.5.1) it automatically adds 'package-lock.json' file to each sub-project. I guess that we don't have lockfiles intentionally, so I asked git to ignore such files.

If that is not what we want, let's track lockfiles in git.

@ForbesLindesay ForbesLindesay merged commit dd27b8b into pugjs:master Feb 12, 2018
@ForbesLindesay
Copy link
Member

The project should work better if you use yarn instead of npm, since yarn's support for monorepos is much better.

@ezhlobo
Copy link
Member Author

ezhlobo commented Feb 12, 2018

@ForbesLindesay yarn.lock is not in .gitignore, should we add it as well?

@ForbesLindesay
Copy link
Member

Yes

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 this pull request may close these issues.

None yet

2 participants