summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2023-06-17 10:15:33 +0200
committerGitHub <noreply@github.com>2023-06-17 08:15:33 +0000
commit69b1e2f1037822827d1880d954a9b5a97907c05a (patch)
tree1a7fd3f555aea201583ba31a84d8b81a5d3bf11a /.gitattributes
parent0ab9b7f426d2bebea450a46fa81de7444640bde7 (diff)
downloadgitea-69b1e2f1037822827d1880d954a9b5a97907c05a.tar.gz
gitea-69b1e2f1037822827d1880d954a9b5a97907c05a.zip
Remove more unused Fomantic variants (#25292)
Save another 50KB of CSS by removing unused and useless Fomantic variants. Removed the last instance if a `tertiary` button and fixed a TODO: <img width="509" alt="Screenshot 2023-06-15 at 22 34 36" src="https://github.com/go-gitea/gitea/assets/115237/8a16ae7b-2b17-439b-a096-60a52724e3d6">
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 6d4698d6a8..7e7a139c9a 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -5,5 +5,6 @@
/templates/swagger/v1_json.tmpl linguist-generated
/vendor/** -text -eol linguist-vendored
/web_src/fomantic/build/** linguist-generated
+/web_src/fomantic/_site/globals/site.variables linguist-language=Less
/web_src/js/vendor/** -text -eol linguist-vendored
Dockerfile.* linguist-language=Dockerfile