2015-04-11 07:44:37 +08:00
|
|
|
# used to remove files from deployment using `git archive`
|
|
|
|
# git files
|
|
|
|
.gitattributes export-ignore
|
|
|
|
.gitignore export-ignore
|
|
|
|
.mailmap export-ignore
|
2020-04-23 22:37:00 +08:00
|
|
|
|
2021-10-14 21:49:00 +08:00
|
|
|
# Tell git to not diff certain files
|
|
|
|
*.svg -diff
|
|
|
|
|
2020-04-23 22:37:00 +08:00
|
|
|
# Tell linguist that generated test pattern files should not be included in the
|
|
|
|
# language statistics.
|
2021-10-14 21:49:00 +08:00
|
|
|
*.pat linguist-generated
|
|
|
|
*.svg linguist-generated
|