diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2023-05-18 10:12:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-18 10:12:39 +0200 |
commit | 76138ca5a98f6f8b949eb6a5a53466a942ae4fae (patch) | |
tree | 7625d22bda4cd51d955e334b4d64c1f8f68ea9b1 /.gitattributes | |
parent | Remove background on user dashboard filter bar (#24779) (diff) | |
download | forgejo-76138ca5a98f6f8b949eb6a5a53466a942ae4fae.tar.xz forgejo-76138ca5a98f6f8b949eb6a5a53466a942ae4fae.zip |
Revert "Mark `models/fixtures` as generated (#24775)" (#24782)
They are not generated in some cases (although they can).
And we should keep an eye on these files when reviewing.
When reviewing, files can be marked as "Viewed" and then it is
collapsed.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 37f7311f11..16167a2cd6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,6 @@ * 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 |