diff options
author | silverwind <me@silverwind.io> | 2023-05-17 22:59:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-17 22:59:12 +0200 |
commit | 71451ab8441b67a3629052e29b26b7ac815953f2 (patch) | |
tree | 68c375604c5231530866604382f2f170db8cc94e /.gitattributes | |
parent | 655c890cbddbe99d649647232d313fc1f52c6aa2 (diff) | |
download | gitea-71451ab8441b67a3629052e29b26b7ac815953f2.tar.gz gitea-71451ab8441b67a3629052e29b26b7ac815953f2.zip |
Mark `models/fixtures` as generated (#24775)
Makes diffs like https://github.com/go-gitea/gitea/pull/24676/files more
readable. I'm not sure if those are actually generated, but they are
good to collapse in diffs anyways.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 16167a2cd6..37f7311f11 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,7 @@ * text=auto eol=lf *.tmpl linguist-language=Handlebars /assets/*.json linguist-generated +/models/fixtures/** linguist-generated /public/img/svg/*.svg linguist-generated /public/vendor/** -text -eol linguist-vendored /templates/swagger/v1_json.tmpl linguist-generated |