Prevent GitHub from displaying comments within JSON files as errors (#7043)

This PR adds a `.gitattributes` rule to prevent GitHub from displaying
comments within JSON files as errors.

We have a number of JSON files (e.g., settings) that make use of
comments, and having a bunch of red in a diff is annoying.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-01-29 23:11:25 -05:00 committed by GitHub
parent 31e9526544
commit 9f9bef4175
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
# Prevent GitHub from displaying comments within JSON files as errors.
*.json linguist-language=JSON-with-Comments