summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorYarden Shoham <git@yardenshoham.com>2023-04-18 20:52:18 +0300
committerGitHub <noreply@github.com>2023-04-18 13:52:18 -0400
commit75b9845420bb5686fc212272a4d9a07543eaced7 (patch)
treeff1610218b68a13bb7526ac6b3c1d59b1897c31d /.gitattributes
parente541a8c654e05365f41b127ff04e6aef2bdbbf9e (diff)
downloadgitea-75b9845420bb5686fc212272a4d9a07543eaced7.tar.gz
gitea-75b9845420bb5686fc212272a4d9a07543eaced7.zip
Mark `public/img/svg/*.svg` as generated files (#24193)
These files are generated using `make svg`
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 34482b9e8c..b0f40d23ab 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,6 +1,7 @@
* text=auto eol=lf
*.tmpl linguist-language=Handlebars
/assets/*.json linguist-generated
+/public/img/svg/*.svg linguist-generated
/public/vendor/** -text -eol linguist-vendored
/vendor/** -text -eol linguist-vendored
/web_src/fomantic/build/** linguist-generated