diff options
author | silverwind <me@silverwind.io> | 2020-07-27 06:17:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-27 00:17:01 -0400 |
commit | 46ef562a161a2685d429ffd7dc594383de533c07 (patch) | |
tree | 61e64a7d5f6f172e64c1a51a193fe65dc25a668e /.gitattributes | |
parent | 859094ef0a1db915278e344b29c3fc47514c4249 (diff) | |
download | gitea-46ef562a161a2685d429ffd7dc594383de533c07.tar.gz gitea-46ef562a161a2685d429ffd7dc594383de533c07.zip |
Update vendored .gitattributes (#12322)
These `linguist-vendored` attributes are only for the language stats
seen on github and they mostly haven't been updated with file
reorganizations. Move them to the two actually vendored directories.
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/.gitattributes b/.gitattributes index f76f5a6382..67f7f52377 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,10 +1,3 @@ * text=auto eol=lf -/vendor/** -text -eol -/public/vendor/** -text -eol - -conf/* linguist-vendored -docker/* linguist-vendored -options/* linguist-vendored -public/* linguist-vendored -build/* linguist-vendored -templates/* linguist-vendored +/vendor/** -text -eol linguist-vendored +/public/vendor/** -text -eol linguist-vendored |