.gitattributes 737 B

1234567891011121314
  1. # Don't allow people to merge changes to these generated files, because the result
  2. # may be invalid. You need to run "rush update" again.
  3. pnpm-lock.yaml merge=binary
  4. shrinkwrap.yaml merge=binary
  5. npm-shrinkwrap.json merge=binary
  6. yarn.lock merge=binary
  7. # Rush's JSON config files use JavaScript-style code comments. The rule below prevents pedantic
  8. # syntax highlighters such as GitHub's from highlighting these comments as errors. Your text editor
  9. # may also require a special configuration to allow comments in JSON.
  10. #
  11. # For more information, see this issue: https://github.com/microsoft/rushstack/issues/1088
  12. #
  13. *.json linguist-language=JSON-with-Comments