summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2023-05-18 16:12:39 +0800
committerGitHub <noreply@github.com>2023-05-18 08:12:39 +0000
commit76138ca5a98f6f8b949eb6a5a53466a942ae4fae (patch)
tree7625d22bda4cd51d955e334b4d64c1f8f68ea9b1 /.gitattributes
parent6a3a54cf484bf5137e2af5bc93294b783feb23a4 (diff)
downloadgitea-76138ca5a98f6f8b949eb6a5a53466a942ae4fae.tar.gz
gitea-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--.gitattributes1
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