1# used to remove files from deployment using `git archive` 2# git files 3.gitattributes export-ignore 4.gitignore export-ignore 5.mailmap export-ignore 6 7# Tell git to not diff certain files 8*.svg -diff 9 10# Tell linguist that generated test pattern files should not be included in the 11# language statistics. 12*.pat linguist-generated 13*.svg linguist-generated 14