diff options
author | Unknwon <u@gogs.io> | 2016-07-21 18:20:03 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-07-21 18:20:03 +0800 |
commit | 9266f28822ae2d4ceaf9a6394c7e69f92da8a89d (patch) | |
tree | e58d5e53502136e14bd4d9e21a0f54aa0704ccdb /.gitattributes | |
parent | 6488ee12be3c8112d30bb490189618261886088e (diff) | |
download | gitea-9266f28822ae2d4ceaf9a6394c7e69f92da8a89d.tar.gz gitea-9266f28822ae2d4ceaf9a6394c7e69f92da8a89d.zip |
Fix GitHub wrong repo language detection
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..e653d5b4b7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +public/assets/* linguist-vendored +public/plugins/* linguist-vendored
\ No newline at end of file |