.gitattributes (402B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 5 # Treat generated API docs as binary. We do not want them to pollute 6 # our diffs. 7 docs/api/**/* -text -diff linguist-generated=true 8 9 # Treat the public suffix list file as text 10 **/publicsuffixes diff 11 12