aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2023-05-17 22:59:12 +0200
committerGitHub <noreply@github.com>2023-05-17 22:59:12 +0200
commit71451ab8441b67a3629052e29b26b7ac815953f2 (patch)
tree68c375604c5231530866604382f2f170db8cc94e /.gitattributes
parent655c890cbddbe99d649647232d313fc1f52c6aa2 (diff)
downloadgitea-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--.gitattributes1
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