Changes between Initial Version and Version 1 of Ticket #40938, comment 6
- Timestamp:
- 01/22/2018 12:27:17 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40938, comment 6
initial v1 1 1 Perhaps for now we should add `package-lock.json` and even `yarn.lock` to svn ignore and gitignore. There is no point in producing "messy" diffs with unversioned files, and tripping up people that want to make a patch. They can be "unignored" easily when the time comes. 2 2 3 I'm also not so keen on using (yet another) package to keep these lock files synced. See the caveats section in the s unp docs: https://www.npmjs.com/package/synp#caveats. Ideally we should stick to either `package-lock.json` or `yarn.lock` and ignore the other.3 I'm also not so keen on using (yet another) package to keep these lock files synced. See the caveats section in the synp docs: https://www.npmjs.com/package/synp#caveats. Ideally we should stick to either `package-lock.json` or `yarn.lock` and ignore the other.